Html Css Color HEX #CA561C Chocolate

📋 copy color: '#CA561C'

red 202 ◦ green 86 ◦ blue 28

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

Shades of Chocolate #CA561C

Tints of Chocolate #CA561C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.22%

 BLUE value IS 28 (11.33% from 255) = 8.86%

R = 63.92%
G = 27.22%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA561C (or 0xCA561C) is known color: Chocolate. HEX triplet: CA, 56 and 1C. RGB value is (202,86,28). Sum of RGB (Red+Green+Blue) = 202+86+28=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA561C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA561C is #35A9E3. Grayscale: #727272. Windows color (decimal): -3516900 or 1857226. OLE color: 1857226.

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

Color convert

RGB 202 86 28 -
CMYK 0 0.57 0.86 0.21
HSL 20º 0.76% 0.45% -
HSV(B) 20º 0.86% 0.79% -
XYZ 27.89 19.3 3.35 -
YUV 114.07 79.43 190.72 -
System Red Green Blue C M Y K H S L
Decimal 202 86 28 0 0.57 0.86 0.21 20 0.76 0.45
Hex CA 56 1C 0 39 56 15 14 4C 2D
Octal 312 126 34 0 71 126 25 24 114 55
Binary 11001010 1010110 11100 0 111001 1010110 10101 10100 1001100 101101

Color Harmonies of #CA561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA561C

Black with #CA561C

Text Example


Text Example

White with #CA561C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA561C; }

 p { color: rgb(202,86,28); }

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

background-color css

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

 a { background-color: rgb(202,86,28); }

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

border-color css

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

 span { border-color: rgb(202,86,28); }

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