Html Css Color HEX #CA6D09 Chocolate

📋 copy color: '#CA6D09'

red 202 ◦ green 109 ◦ blue 9

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

Shades of Chocolate #CA6D09

Tints of Chocolate #CA6D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.81%

R = 63.13%
G = 34.06%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA6D09 (or 0xCA6D09) is known color: Chocolate. HEX triplet: CA, 6D and 09. RGB value is (202,109,9). Sum of RGB (Red+Green+Blue) = 202+109+9=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6D09 is #3592F6. Grayscale: #7D7D7D. Windows color (decimal): -3511031 or 617930. OLE color: 617930.

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

Color convert

RGB 202 109 9 -
CMYK 0 0.46 0.96 0.21
HSL 31.09º 0.91% 0.41% -
HSV(B) 31.09º 0.96% 0.79% -
XYZ 29.88 23.51 3.22 -
YUV 125.41 62.31 182.63 -
System Red Green Blue C M Y K H S L
Decimal 202 109 9 0 0.46 0.96 0.21 31.09 0.91 0.41
Hex CA 6D 9 0 2E 60 15 1F 5B 29
Octal 312 155 11 0 56 140 25 37 133 51
Binary 11001010 1101101 1001 0 101110 1100000 10101 11111 1011011 101001

Color Harmonies of #CA6D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6D09

Black with #CA6D09

Text Example


Text Example

White with #CA6D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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