Html Css Color HEX #CA5923 Chilean Fire

📋 copy color: '#CA5923'

red 202 ◦ green 89 ◦ blue 35

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

Shades of Chilean Fire #CA5923

Tints of Chilean Fire #CA5923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.74%

R = 61.96%
G = 27.3%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA5923 (or 0xCA5923) is known color: Chilean Fire. HEX triplet: CA, 59 and 23. RGB value is (202,89,35). Sum of RGB (Red+Green+Blue) = 202+89+35=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5923 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5923 is #35A6DC. Grayscale: #747474. Windows color (decimal): -3516125 or 2316746. OLE color: 2316746.

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

Color convert

RGB 202 89 35 -
CMYK 0 0.56 0.83 0.21
HSL 19.4º 0.7% 0.46% -
HSV(B) 19.4º 0.83% 0.79% -
XYZ 28.23 19.82 3.93 -
YUV 116.63 81.94 188.89 -
System Red Green Blue C M Y K H S L
Decimal 202 89 35 0 0.56 0.83 0.21 19.4 0.7 0.46
Hex CA 59 23 0 38 53 15 13 46 2E
Octal 312 131 43 0 70 123 25 23 106 56
Binary 11001010 1011001 100011 0 111000 1010011 10101 10011 1000110 101110

Color Harmonies of #CA5923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5923

Black with #CA5923

Text Example


Text Example

White with #CA5923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5923; }

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

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

background-color css

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

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

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

border-color css

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

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

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