#ca7b3f

Color #CA7B3F Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #CA7B3F

Tints of Brandy Punch #CA7B3F

Color information

#CA7B3F (or 0xCA7B3F) is unknown color: approx Brandy Punch. HEX triplet: CA, 7B and 3F. RGB value is (202,123,63). Sum of RGB (Red+Green+Blue) = 202+123+63=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7B3F is #3584C0. Grayscale: #8C8C8C. Windows color (decimal): -3507393 or 4160458. OLE color: 4160458.

HSL color Cylindrical-coordinate representation of color #CA7B3F: hue angle of 25.9º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA7B3F is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB20212363-
CMYK00.390.690.21
HSL25.9º56.73%51.96%-
HSV(B)25.9º68.81%79.22%-
XYZ32.3427.088.23-
YUV139.7884.67172.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 52.06%
GREEN value IS 123 (48.44% from 255) = 31.70%
BLUE value IS 63 (25% from 255) = 16.24%
R=52.06%
G=31.70%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021236300.390.690.2125.956.7351.96
HexCA7B3F02745151a3934
Octal3121737704710525327164
Binary110010101111011111111010011110001011010111010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca7b3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca7b3f; }

 p { color: rgb(202,123,63); }

 H1.HeaderClassName
 {
   color: #ca7b3f;
 }
 .AnyTagClassName
 {
   color: #ca7b3f;
 }
</style>
background-color css

<style>
 a { background-color: #ca7b3f; }

 a { background-color: rgb(202,123,63); }

 div.DivClassName
 {
   background-color: #ca7b3f;
 }
 .BgClassName
 {
   background-color: #ca7b3f;
 }
</style>
border-color css

<style>
 span { border-color: #ca7b3f; }

 span { border-color: rgb(202,123,63); }

 td.TdClassName
 {
   border-color: #ca7b3f;
 }
 .TagClassName
 {
   border-color: #ca7b3f;
 }
</style>