Html Css Color HEX #CA6D1F Chocolate

📋 copy color: '#CA6D1F'

red 202 ◦ green 109 ◦ blue 31

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

Shades of Chocolate #CA6D1F

Tints of Chocolate #CA6D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.06%

R = 59.06%
G = 31.87%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA6D1F (or 0xCA6D1F) is known color: Chocolate. HEX triplet: CA, 6D and 1F. RGB value is (202,109,31). Sum of RGB (Red+Green+Blue) = 202+109+31=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6D1F is #3592E0. Grayscale: #808080. Windows color (decimal): -3511009 or 2059722. OLE color: 2059722.

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

Color convert

RGB 202 109 31 -
CMYK 0 0.46 0.85 0.21
HSL 27.37º 0.73% 0.46% -
HSV(B) 27.37º 0.85% 0.79% -
XYZ 30.07 23.59 4.27 -
YUV 127.92 73.31 180.84 -
System Red Green Blue C M Y K H S L
Decimal 202 109 31 0 0.46 0.85 0.21 27.37 0.73 0.46
Hex CA 6D 1F 0 2E 55 15 1B 49 2E
Octal 312 155 37 0 56 125 25 33 111 56
Binary 11001010 1101101 11111 0 101110 1010101 10101 11011 1001001 101110

Color Harmonies of #CA6D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6D1F

Black with #CA6D1F

Text Example


Text Example

White with #CA6D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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