Html Css Color HEX #CA5830 Chilean Fire

📋 copy color: '#CA5830'

red 202 ◦ green 88 ◦ blue 48

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

Shades of Chilean Fire #CA5830

Tints of Chilean Fire #CA5830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.04%

 BLUE value IS 48 (19.14% from 255) = 14.2%

R = 59.76%
G = 26.04%
B = 14.2%

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

#CA5830 (or 0xCA5830) is known color: Chilean Fire. HEX triplet: CA, 58 and 30. RGB value is (202,88,48). Sum of RGB (Red+Green+Blue) = 202+88+48=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5830 is #35A7CF. Grayscale: #757575. Windows color (decimal): -3516368 or 3168458. OLE color: 3168458.

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

Color convert

RGB 202 88 48 -
CMYK 0 0.56 0.76 0.21
HSL 15.58º 0.62% 0.49% -
HSV(B) 15.58º 0.76% 0.79% -
XYZ 28.38 19.75 5.11 -
YUV 117.53 88.77 188.25 -
System Red Green Blue C M Y K H S L
Decimal 202 88 48 0 0.56 0.76 0.21 15.58 0.62 0.49
Hex CA 58 30 0 38 4C 15 10 3E 31
Octal 312 130 60 0 70 114 25 20 76 61
Binary 11001010 1011000 110000 0 111000 1001100 10101 10000 111110 110001

Color Harmonies of #CA5830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5830

Black with #CA5830

Text Example


Text Example

White with #CA5830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5830; }

 p { color: rgb(202,88,48); }

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

background-color css

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

 a { background-color: rgb(202,88,48); }

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

border-color css

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

 span { border-color: rgb(202,88,48); }

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