Html Css Color HEX #CA6A19 Chocolate

📋 copy color: '#CA6A19'

red 202 ◦ green 106 ◦ blue 25

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

Shades of Chocolate #CA6A19

Tints of Chocolate #CA6A19

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.83%

 BLUE value IS 25 (10.16% from 255) = 7.51%

R = 60.66%
G = 31.83%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA6A19 (or 0xCA6A19) is known color: Chocolate. HEX triplet: CA, 6A and 19. RGB value is (202,106,25). Sum of RGB (Red+Green+Blue) = 202+106+25=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6A19 is #3595E6. Grayscale: #7D7D7D. Windows color (decimal): -3511783 or 1665738. OLE color: 1665738.

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

Color convert

RGB 202 106 25 -
CMYK 0 0.48 0.88 0.21
HSL 27.46º 0.78% 0.45% -
HSV(B) 27.46º 0.88% 0.79% -
XYZ 29.69 22.93 3.78 -
YUV 125.47 71.3 182.59 -
System Red Green Blue C M Y K H S L
Decimal 202 106 25 0 0.48 0.88 0.21 27.46 0.78 0.45
Hex CA 6A 19 0 30 58 15 1B 4E 2D
Octal 312 152 31 0 60 130 25 33 116 55
Binary 11001010 1101010 11001 0 110000 1011000 10101 11011 1001110 101101

Color Harmonies of #CA6A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6A19

Black with #CA6A19

Text Example


Text Example

White with #CA6A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6A19; }

 p { color: rgb(202,106,25); }

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

background-color css

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

 a { background-color: rgb(202,106,25); }

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

border-color css

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

 span { border-color: rgb(202,106,25); }

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