Html Css Color HEX #CA6D1C Chocolate

📋 copy color: '#CA6D1C'

red 202 ◦ green 109 ◦ blue 28

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

Shades of Chocolate #CA6D1C

Tints of Chocolate #CA6D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.26%

R = 59.59%
G = 32.15%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA6D1C (or 0xCA6D1C) is known color: Chocolate. HEX triplet: CA, 6D and 1C. RGB value is (202,109,28). Sum of RGB (Red+Green+Blue) = 202+109+28=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6D1C is #3592E3. Grayscale: #7F7F7F. Windows color (decimal): -3511012 or 1863114. OLE color: 1863114.

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

Color convert

RGB 202 109 28 -
CMYK 0 0.46 0.86 0.21
HSL 27.93º 0.76% 0.45% -
HSV(B) 27.93º 0.86% 0.79% -
XYZ 30.04 23.58 4.07 -
YUV 127.57 71.81 181.09 -
System Red Green Blue C M Y K H S L
Decimal 202 109 28 0 0.46 0.86 0.21 27.93 0.76 0.45
Hex CA 6D 1C 0 2E 56 15 1C 4C 2D
Octal 312 155 34 0 56 126 25 34 114 55
Binary 11001010 1101101 11100 0 101110 1010110 10101 11100 1001100 101101

Color Harmonies of #CA6D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6D1C

Black with #CA6D1C

Text Example


Text Example

White with #CA6D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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