Html Css Color HEX #CA6519 Chocolate

📋 copy color: '#CA6519'

red 202 ◦ green 101 ◦ blue 25

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

Shades of Chocolate #CA6519

Tints of Chocolate #CA6519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.79%

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

R = 61.59%
G = 30.79%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA6519 (or 0xCA6519) is known color: Chocolate. HEX triplet: CA, 65 and 19. RGB value is (202,101,25). Sum of RGB (Red+Green+Blue) = 202+101+25=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6519 is #359AE6. Grayscale: #7A7A7A. Windows color (decimal): -3513063 or 1664458. OLE color: 1664458.

HSL color Cylindrical-coordinate representation of color #CA6519: hue angle of 25.76º 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 #CA6519 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 101 25 -
CMYK 0 0.50 0.88 0.21
HSL 25.76º 0.78% 0.45% -
HSV(B) 25.76º 0.88% 0.79% -
XYZ 29.19 21.93 3.62 -
YUV 122.54 72.96 184.68 -
System Red Green Blue C M Y K H S L
Decimal 202 101 25 0 0.50 0.88 0.21 25.76 0.78 0.45
Hex CA 65 19 0 32 58 15 1A 4E 2D
Octal 312 145 31 0 62 130 25 32 116 55
Binary 11001010 1100101 11001 0 110010 1011000 10101 11010 1001110 101101

Color Harmonies of #CA6519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6519

Black with #CA6519

Text Example


Text Example

White with #CA6519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6519; }

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

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

background-color css

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

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

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

border-color css

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

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

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