Html Css Color HEX #CA551B Chocolate

📋 copy color: '#CA551B'

red 202 ◦ green 85 ◦ blue 27

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

Shades of Chocolate #CA551B

Tints of Chocolate #CA551B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.6%

R = 64.33%
G = 27.07%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA551B (or 0xCA551B) is known color: Chocolate. HEX triplet: CA, 55 and 1B. RGB value is (202,85,27). Sum of RGB (Red+Green+Blue) = 202+85+27=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA551B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA551B is #35AAE4. Grayscale: #717171. Windows color (decimal): -3517157 or 1791434. OLE color: 1791434.

HSL color Cylindrical-coordinate representation of color #CA551B: hue angle of 19.89º degrees, saturation: 0.76, 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 #CA551B is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 85 27 -
CMYK 0 0.58 0.87 0.21
HSL 19.89º 0.76% 0.45% -
HSV(B) 19.89º 0.87% 0.79% -
XYZ 27.8 19.13 3.26 -
YUV 113.37 79.26 191.22 -
System Red Green Blue C M Y K H S L
Decimal 202 85 27 0 0.58 0.87 0.21 19.89 0.76 0.45
Hex CA 55 1B 0 3A 57 15 14 4C 2D
Octal 312 125 33 0 72 127 25 24 114 55
Binary 11001010 1010101 11011 0 111010 1010111 10101 10100 1001100 101101

Color Harmonies of #CA551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA551B

Black with #CA551B

Text Example


Text Example

White with #CA551B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA551B; }

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

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

background-color css

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

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

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

border-color css

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

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

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