Html Css Color HEX #CA5931 Chilean Fire

📋 copy color: '#CA5931'

red 202 ◦ green 89 ◦ blue 49

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

Shades of Chilean Fire #CA5931

Tints of Chilean Fire #CA5931

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.18%

 BLUE value IS 49 (19.53% from 255) = 14.41%

R = 59.41%
G = 26.18%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA5931 (or 0xCA5931) is known color: Chilean Fire. HEX triplet: CA, 59 and 31. RGB value is (202,89,49). Sum of RGB (Red+Green+Blue) = 202+89+49=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5931 is #35A6CE. Grayscale: #767676. Windows color (decimal): -3516111 or 3234250. OLE color: 3234250.

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

Color convert

RGB 202 89 49 -
CMYK 0 0.56 0.76 0.21
HSL 15.69º 0.61% 0.49% -
HSV(B) 15.69º 0.76% 0.79% -
XYZ 28.48 19.92 5.25 -
YUV 118.23 88.94 187.75 -
System Red Green Blue C M Y K H S L
Decimal 202 89 49 0 0.56 0.76 0.21 15.69 0.61 0.49
Hex CA 59 31 0 38 4C 15 10 3D 31
Octal 312 131 61 0 70 114 25 20 75 61
Binary 11001010 1011001 110001 0 111000 1001100 10101 10000 111101 110001

Color Harmonies of #CA5931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5931

Black with #CA5931

Text Example


Text Example

White with #CA5931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5931; }

 p { color: rgb(202,89,49); }

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

background-color css

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

 a { background-color: rgb(202,89,49); }

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

border-color css

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

 span { border-color: rgb(202,89,49); }

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