Html Css Color HEX #CB5E31 Chilean Fire

📋 copy color: '#CB5E31'

red 203 ◦ green 94 ◦ blue 49

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

Shades of Chilean Fire #CB5E31

Tints of Chilean Fire #CB5E31

RGB

 RED value IS 203 (79.69% from 255) = 58.67%

 GREEN value IS 94 (37.11% from 255) = 27.17%

 BLUE value IS 49 (19.53% from 255) = 14.16%

R = 58.67%
G = 27.17%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB5E31 (or 0xCB5E31) is known color: Chilean Fire. HEX triplet: CB, 5E and 31. RGB value is (203,94,49). Sum of RGB (Red+Green+Blue) = 203+94+49=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5E31 is #34A1CE. Grayscale: #797979. Windows color (decimal): -3449295 or 3235531. OLE color: 3235531.

HSL color Cylindrical-coordinate representation of color #CB5E31: hue angle of 17.53º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB5E31 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 94 49 -
CMYK 0 0.54 0.76 0.20
HSL 17.53º 0.61% 0.49% -
HSV(B) 17.53º 0.76% 0.8% -
XYZ 29.19 20.92 5.41 -
YUV 121.46 87.11 186.16 -
System Red Green Blue C M Y K H S L
Decimal 203 94 49 0 0.54 0.76 0.20 17.53 0.61 0.49
Hex CB 5E 31 0 36 4C 14 12 3D 31
Octal 313 136 61 0 66 114 24 22 75 61
Binary 11001011 1011110 110001 0 110110 1001100 10100 10010 111101 110001

Color Harmonies of #CB5E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E31

Black with #CB5E31

Text Example


Text Example

White with #CB5E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E31; }

 p { color: rgb(203,94,49); }

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

background-color css

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

 a { background-color: rgb(203,94,49); }

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

border-color css

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

 span { border-color: rgb(203,94,49); }

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