Html Css Color HEX #CA5A27 Chilean Fire

📋 copy color: '#CA5A27'

red 202 ◦ green 90 ◦ blue 39

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

Shades of Chilean Fire #CA5A27

Tints of Chilean Fire #CA5A27

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.19%

 BLUE value IS 39 (15.63% from 255) = 11.78%

R = 61.03%
G = 27.19%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CA5A27 (or 0xCA5A27) is known color: Chilean Fire. HEX triplet: CA, 5A and 27. RGB value is (202,90,39). Sum of RGB (Red+Green+Blue) = 202+90+39=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5A27 is #35A5D8. Grayscale: #757575. Windows color (decimal): -3515865 or 2579146. OLE color: 2579146.

HSL color Cylindrical-coordinate representation of color #CA5A27: hue angle of 18.77º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA5A27 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 90 39 -
CMYK 0 0.55 0.81 0.21
HSL 18.77º 0.68% 0.47% -
HSV(B) 18.77º 0.81% 0.79% -
XYZ 28.38 20.02 4.29 -
YUV 117.67 83.61 188.15 -
System Red Green Blue C M Y K H S L
Decimal 202 90 39 0 0.55 0.81 0.21 18.77 0.68 0.47
Hex CA 5A 27 0 37 51 15 13 44 2F
Octal 312 132 47 0 67 121 25 23 104 57
Binary 11001010 1011010 100111 0 110111 1010001 10101 10011 1000100 101111

Color Harmonies of #CA5A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5A27

Black with #CA5A27

Text Example


Text Example

White with #CA5A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5A27; }

 p { color: rgb(202,90,39); }

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

background-color css

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

 a { background-color: rgb(202,90,39); }

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

border-color css

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

 span { border-color: rgb(202,90,39); }

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