Html Css Color HEX #C95832 Chilean Fire

📋 copy color: '#C95832'

red 201 ◦ green 88 ◦ blue 50

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

Shades of Chilean Fire #C95832

Tints of Chilean Fire #C95832

RGB

 RED value IS 201 (78.91% from 255) = 59.29%

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

 BLUE value IS 50 (19.92% from 255) = 14.75%

R = 59.29%
G = 25.96%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C95832 (or 0xC95832) is known color: Chilean Fire. HEX triplet: C9, 58 and 32. RGB value is (201,88,50). Sum of RGB (Red+Green+Blue) = 201+88+50=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C95832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95832 is #36A7CD. Grayscale: #757575. Windows color (decimal): -3581902 or 3299529. OLE color: 3299529.

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

Color convert

RGB 201 88 50 -
CMYK 0 0.56 0.75 0.21
HSL 15.1º 0.6% 0.49% -
HSV(B) 15.1º 0.75% 0.79% -
XYZ 28.15 19.63 5.32 -
YUV 117.46 89.94 187.59 -
System Red Green Blue C M Y K H S L
Decimal 201 88 50 0 0.56 0.75 0.21 15.1 0.6 0.49
Hex C9 58 32 0 38 4B 15 F 3C 31
Octal 311 130 62 0 70 113 25 17 74 61
Binary 11001001 1011000 110010 0 111000 1001011 10101 1111 111100 110001

Color Harmonies of #C95832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95832

Black with #C95832

Text Example


Text Example

White with #C95832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95832; }

 p { color: rgb(201,88,50); }

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

background-color css

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

 a { background-color: rgb(201,88,50); }

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

border-color css

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

 span { border-color: rgb(201,88,50); }

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