Html Css Color HEX #CA6822 Chocolate

📋 copy color: '#CA6822'

red 202 ◦ green 104 ◦ blue 34

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

Shades of Chocolate #CA6822

Tints of Chocolate #CA6822

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.59%

 BLUE value IS 34 (13.67% from 255) = 10%

R = 59.41%
G = 30.59%
B = 10%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA6822 (or 0xCA6822) is known color: Chocolate. HEX triplet: CA, 68 and 22. RGB value is (202,104,34). Sum of RGB (Red+Green+Blue) = 202+104+34=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6822 is #3597DD. Grayscale: #7D7D7D. Windows color (decimal): -3512286 or 2255050. OLE color: 2255050.

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

Color convert

RGB 202 104 34 -
CMYK 0 0.49 0.83 0.21
HSL 25º 0.71% 0.46% -
HSV(B) 25º 0.83% 0.79% -
XYZ 29.6 22.57 4.31 -
YUV 125.32 76.47 182.69 -
System Red Green Blue C M Y K H S L
Decimal 202 104 34 0 0.49 0.83 0.21 25 0.71 0.46
Hex CA 68 22 0 31 53 15 19 47 2E
Octal 312 150 42 0 61 123 25 31 107 56
Binary 11001010 1101000 100010 0 110001 1010011 10101 11001 1000111 101110

Color Harmonies of #CA6822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6822

Black with #CA6822

Text Example


Text Example

White with #CA6822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6822; }

 p { color: rgb(202,104,34); }

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

background-color css

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

 a { background-color: rgb(202,104,34); }

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

border-color css

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

 span { border-color: rgb(202,104,34); }

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