Html Css Color HEX #CA6C15 Chocolate

📋 copy color: '#CA6C15'

red 202 ◦ green 108 ◦ blue 21

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

Shades of Chocolate #CA6C15

Tints of Chocolate #CA6C15

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.63%

 BLUE value IS 21 (8.59% from 255) = 6.34%

R = 61.03%
G = 32.63%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA6C15 (or 0xCA6C15) is known color: Chocolate. HEX triplet: CA, 6C and 15. RGB value is (202,108,21). Sum of RGB (Red+Green+Blue) = 202+108+21=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6C15 is #3593EA. Grayscale: #7E7E7E. Windows color (decimal): -3511275 or 1404106. OLE color: 1404106.

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

Color convert

RGB 202 108 21 -
CMYK 0 0.47 0.90 0.21
HSL 28.84º 0.81% 0.44% -
HSV(B) 28.84º 0.9% 0.79% -
XYZ 29.86 23.34 3.64 -
YUV 126.19 68.64 182.07 -
System Red Green Blue C M Y K H S L
Decimal 202 108 21 0 0.47 0.90 0.21 28.84 0.81 0.44
Hex CA 6C 15 0 2F 5A 15 1D 51 2C
Octal 312 154 25 0 57 132 25 35 121 54
Binary 11001010 1101100 10101 0 101111 1011010 10101 11101 1010001 101100

Color Harmonies of #CA6C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6C15

Black with #CA6C15

Text Example


Text Example

White with #CA6C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6C15; }

 p { color: rgb(202,108,21); }

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

background-color css

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

 a { background-color: rgb(202,108,21); }

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

border-color css

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

 span { border-color: rgb(202,108,21); }

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