Html Css Color HEX #CA6B17 Chocolate

📋 copy color: '#CA6B17'

red 202 ◦ green 107 ◦ blue 23

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

Shades of Chocolate #CA6B17

Tints of Chocolate #CA6B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.93%

R = 60.84%
G = 32.23%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA6B17 (or 0xCA6B17) is known color: Chocolate. HEX triplet: CA, 6B and 17. RGB value is (202,107,23). Sum of RGB (Red+Green+Blue) = 202+107+23=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6B17 is #3594E8. Grayscale: #7E7E7E. Windows color (decimal): -3511529 or 1534922. OLE color: 1534922.

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

Color convert

RGB 202 107 23 -
CMYK 0 0.47 0.89 0.21
HSL 28.16º 0.8% 0.44% -
HSV(B) 28.16º 0.89% 0.79% -
XYZ 29.77 23.13 3.71 -
YUV 125.83 69.97 182.33 -
System Red Green Blue C M Y K H S L
Decimal 202 107 23 0 0.47 0.89 0.21 28.16 0.8 0.44
Hex CA 6B 17 0 2F 59 15 1C 50 2C
Octal 312 153 27 0 57 131 25 34 120 54
Binary 11001010 1101011 10111 0 101111 1011001 10101 11100 1010000 101100

Color Harmonies of #CA6B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B17

Black with #CA6B17

Text Example


Text Example

White with #CA6B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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