Html Css Color HEX #CA6C1E Chocolate

📋 copy color: '#CA6C1E'

red 202 ◦ green 108 ◦ blue 30

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

Shades of Chocolate #CA6C1E

Tints of Chocolate #CA6C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.82%

R = 59.41%
G = 31.76%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA6C1E (or 0xCA6C1E) is known color: Chocolate. HEX triplet: CA, 6C and 1E. RGB value is (202,108,30). Sum of RGB (Red+Green+Blue) = 202+108+30=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6C1E is #3593E1. Grayscale: #7F7F7F. Windows color (decimal): -3511266 or 1993930. OLE color: 1993930.

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

Color convert

RGB 202 108 30 -
CMYK 0 0.47 0.85 0.21
HSL 27.21º 0.74% 0.45% -
HSV(B) 27.21º 0.85% 0.79% -
XYZ 29.95 23.38 4.16 -
YUV 127.21 73.14 181.34 -
System Red Green Blue C M Y K H S L
Decimal 202 108 30 0 0.47 0.85 0.21 27.21 0.74 0.45
Hex CA 6C 1E 0 2F 55 15 1B 4A 2D
Octal 312 154 36 0 57 125 25 33 112 55
Binary 11001010 1101100 11110 0 101111 1010101 10101 11011 1001010 101101

Color Harmonies of #CA6C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6C1E

Black with #CA6C1E

Text Example


Text Example

White with #CA6C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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