Html Css Color HEX #CA601C Chocolate

📋 copy color: '#CA601C'

red 202 ◦ green 96 ◦ blue 28

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

Shades of Chocolate #CA601C

Tints of Chocolate #CA601C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

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

R = 61.96%
G = 29.45%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA601C (or 0xCA601C) is known color: Chocolate. HEX triplet: CA, 60 and 1C. RGB value is (202,96,28). Sum of RGB (Red+Green+Blue) = 202+96+28=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA601C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA601C is #359FE3. Grayscale: #787878. Windows color (decimal): -3514340 or 1859786. OLE color: 1859786.

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

Color convert

RGB 202 96 28 -
CMYK 0 0.52 0.86 0.21
HSL 23.45º 0.76% 0.45% -
HSV(B) 23.45º 0.86% 0.79% -
XYZ 28.75 21.01 3.64 -
YUV 119.94 76.12 186.53 -
System Red Green Blue C M Y K H S L
Decimal 202 96 28 0 0.52 0.86 0.21 23.45 0.76 0.45
Hex CA 60 1C 0 34 56 15 17 4C 2D
Octal 312 140 34 0 64 126 25 27 114 55
Binary 11001010 1100000 11100 0 110100 1010110 10101 10111 1001100 101101

Color Harmonies of #CA601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA601C

Black with #CA601C

Text Example


Text Example

White with #CA601C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA601C; }

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

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

background-color css

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

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

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

border-color css

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

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

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