Html Css Color HEX #CA5926 Chilean Fire

📋 copy color: '#CA5926'

red 202 ◦ green 89 ◦ blue 38

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

Shades of Chilean Fire #CA5926

Tints of Chilean Fire #CA5926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.55%

R = 61.4%
G = 27.05%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CA5926 (or 0xCA5926) is known color: Chilean Fire. HEX triplet: CA, 59 and 26. RGB value is (202,89,38). Sum of RGB (Red+Green+Blue) = 202+89+38=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5926 is #35A6D9. Grayscale: #757575. Windows color (decimal): -3516122 or 2513354. OLE color: 2513354.

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

Color convert

RGB 202 89 38 -
CMYK 0 0.56 0.81 0.21
HSL 18.66º 0.68% 0.47% -
HSV(B) 18.66º 0.81% 0.79% -
XYZ 28.28 19.84 4.17 -
YUV 116.97 83.44 188.65 -
System Red Green Blue C M Y K H S L
Decimal 202 89 38 0 0.56 0.81 0.21 18.66 0.68 0.47
Hex CA 59 26 0 38 51 15 13 44 2F
Octal 312 131 46 0 70 121 25 23 104 57
Binary 11001010 1011001 100110 0 111000 1010001 10101 10011 1000100 101111

Color Harmonies of #CA5926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5926

Black with #CA5926

Text Example


Text Example

White with #CA5926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5926; }

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

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

background-color css

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

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

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

border-color css

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

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

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