Html Css Color HEX #CA521A Chocolate

📋 copy color: '#CA521A'

red 202 ◦ green 82 ◦ blue 26

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

Shades of Chocolate #CA521A

Tints of Chocolate #CA521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.45%

 BLUE value IS 26 (10.55% from 255) = 8.39%

R = 65.16%
G = 26.45%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA521A (or 0xCA521A) is known color: Chocolate. HEX triplet: CA, 52 and 1A. RGB value is (202,82,26). Sum of RGB (Red+Green+Blue) = 202+82+26=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA521A is #35ADE5. Grayscale: #6F6F6F. Windows color (decimal): -3517926 or 1725130. OLE color: 1725130.

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

Color convert

RGB 202 82 26 -
CMYK 0 0.59 0.87 0.21
HSL 19.09º 0.77% 0.45% -
HSV(B) 19.09º 0.87% 0.79% -
XYZ 27.56 18.67 3.13 -
YUV 111.5 79.76 192.55 -
System Red Green Blue C M Y K H S L
Decimal 202 82 26 0 0.59 0.87 0.21 19.09 0.77 0.45
Hex CA 52 1A 0 3B 57 15 13 4D 2D
Octal 312 122 32 0 73 127 25 23 115 55
Binary 11001010 1010010 11010 0 111011 1010111 10101 10011 1001101 101101

Color Harmonies of #CA521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA521A

Black with #CA521A

Text Example


Text Example

White with #CA521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA521A; }

 p { color: rgb(202,82,26); }

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

background-color css

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

 a { background-color: rgb(202,82,26); }

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

border-color css

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

 span { border-color: rgb(202,82,26); }

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