Html Css Color HEX #CA6B19 Chocolate

📋 copy color: '#CA6B19'

red 202 ◦ green 107 ◦ blue 25

#CA6B19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CA6B19

Tints of Chocolate #CA6B19

RGB

 RED value IS 202 (79.3% from 255) = 60.48%

 GREEN value IS 107 (42.19% from 255) = 32.04%

 BLUE value IS 25 (10.16% from 255) = 7.49%

R = 60.48%
G = 32.04%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA6B19 (or 0xCA6B19) is known color: Chocolate. HEX triplet: CA, 6B and 19. RGB value is (202,107,25). Sum of RGB (Red+Green+Blue) = 202+107+25=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6B19 is #3594E6. Grayscale: #7E7E7E. Windows color (decimal): -3511527 or 1665994. OLE color: 1665994.

HSL color Cylindrical-coordinate representation of color #CA6B19: hue angle of 27.8º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA6B19 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 107 25 -
CMYK 0 0.47 0.88 0.21
HSL 27.8º 0.78% 0.45% -
HSV(B) 27.8º 0.88% 0.79% -
XYZ 29.79 23.14 3.82 -
YUV 126.06 70.97 182.17 -
System Red Green Blue C M Y K H S L
Decimal 202 107 25 0 0.47 0.88 0.21 27.8 0.78 0.45
Hex CA 6B 19 0 2F 58 15 1C 4E 2D
Octal 312 153 31 0 57 130 25 34 116 55
Binary 11001010 1101011 11001 0 101111 1011000 10101 11100 1001110 101101

Color Harmonies of #CA6B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B19

Black with #CA6B19

Text Example


Text Example

White with #CA6B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B19; }

 p { color: rgb(202,107,25); }

 H1.HeaderClassName
 {
   color: #CA6B19;
 }
 .AnyTagClassName
 {
   color: #CA6B19;
 }
</style>

background-color css

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

 a { background-color: rgb(202,107,25); }

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

border-color css

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

 span { border-color: rgb(202,107,25); }

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