Html Css Color HEX #CA6D16 Chocolate

📋 copy color: '#CA6D16'

red 202 ◦ green 109 ◦ blue 22

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

Shades of Chocolate #CA6D16

Tints of Chocolate #CA6D16

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.73%

 BLUE value IS 22 (8.98% from 255) = 6.61%

R = 60.66%
G = 32.73%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA6D16 (or 0xCA6D16) is known color: Chocolate. HEX triplet: CA, 6D and 16. RGB value is (202,109,22). Sum of RGB (Red+Green+Blue) = 202+109+22=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6D16 is #3592E9. Grayscale: #7F7F7F. Windows color (decimal): -3511018 or 1469898. OLE color: 1469898.

HSL color Cylindrical-coordinate representation of color #CA6D16: hue angle of 29º 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 #CA6D16 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 109 22 -
CMYK 0 0.46 0.89 0.21
HSL 29º 0.8% 0.44% -
HSV(B) 29º 0.89% 0.79% -
XYZ 29.97 23.55 3.73 -
YUV 126.89 68.81 181.57 -
System Red Green Blue C M Y K H S L
Decimal 202 109 22 0 0.46 0.89 0.21 29 0.8 0.44
Hex CA 6D 16 0 2E 59 15 1D 50 2C
Octal 312 155 26 0 56 131 25 35 120 54
Binary 11001010 1101101 10110 0 101110 1011001 10101 11101 1010000 101100

Color Harmonies of #CA6D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6D16

Black with #CA6D16

Text Example


Text Example

White with #CA6D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6D16; }

 p { color: rgb(202,109,22); }

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

background-color css

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

 a { background-color: rgb(202,109,22); }

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

border-color css

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

 span { border-color: rgb(202,109,22); }

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