Html Css Color HEX #CA551E Chocolate

📋 copy color: '#CA551E'

red 202 ◦ green 85 ◦ blue 30

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

Shades of Chocolate #CA551E

Tints of Chocolate #CA551E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

 BLUE value IS 30 (12.11% from 255) = 9.46%

R = 63.72%
G = 26.81%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA551E (or 0xCA551E) is known color: Chocolate. HEX triplet: CA, 55 and 1E. RGB value is (202,85,30). Sum of RGB (Red+Green+Blue) = 202+85+30=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA551E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA551E is #35AAE1. Grayscale: #727272. Windows color (decimal): -3517154 or 1988042. OLE color: 1988042.

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

Color convert

RGB 202 85 30 -
CMYK 0 0.58 0.85 0.21
HSL 19.19º 0.74% 0.45% -
HSV(B) 19.19º 0.85% 0.79% -
XYZ 27.84 19.15 3.46 -
YUV 113.71 80.76 190.97 -
System Red Green Blue C M Y K H S L
Decimal 202 85 30 0 0.58 0.85 0.21 19.19 0.74 0.45
Hex CA 55 1E 0 3A 55 15 13 4A 2D
Octal 312 125 36 0 72 125 25 23 112 55
Binary 11001010 1010101 11110 0 111010 1010101 10101 10011 1001010 101101

Color Harmonies of #CA551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA551E

Black with #CA551E

Text Example


Text Example

White with #CA551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA551E; }

 p { color: rgb(202,85,30); }

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

background-color css

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

 a { background-color: rgb(202,85,30); }

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

border-color css

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

 span { border-color: rgb(202,85,30); }

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