Html Css Color HEX #CA5B2E Chilean Fire

📋 copy color: '#CA5B2E'

red 202 ◦ green 91 ◦ blue 46

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

Shades of Chilean Fire #CA5B2E

Tints of Chilean Fire #CA5B2E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.84%

 BLUE value IS 46 (18.36% from 255) = 13.57%

R = 59.59%
G = 26.84%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA5B2E (or 0xCA5B2E) is known color: Chilean Fire. HEX triplet: CA, 5B and 2E. RGB value is (202,91,46). Sum of RGB (Red+Green+Blue) = 202+91+46=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5B2E is #35A4D1. Grayscale: #777777. Windows color (decimal): -3515602 or 3038154. OLE color: 3038154.

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

Color convert

RGB 202 91 46 -
CMYK 0 0.55 0.77 0.21
HSL 17.31º 0.63% 0.49% -
HSV(B) 17.31º 0.77% 0.79% -
XYZ 28.59 20.24 4.98 -
YUV 119.06 86.77 187.16 -
System Red Green Blue C M Y K H S L
Decimal 202 91 46 0 0.55 0.77 0.21 17.31 0.63 0.49
Hex CA 5B 2E 0 37 4D 15 11 3F 31
Octal 312 133 56 0 67 115 25 21 77 61
Binary 11001010 1011011 101110 0 110111 1001101 10101 10001 111111 110001

Color Harmonies of #CA5B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5B2E

Black with #CA5B2E

Text Example


Text Example

White with #CA5B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5B2E; }

 p { color: rgb(202,91,46); }

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

background-color css

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

 a { background-color: rgb(202,91,46); }

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

border-color css

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

 span { border-color: rgb(202,91,46); }

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