Html Css Color HEX #C95827 Chilean Fire

📋 copy color: '#C95827'

red 201 ◦ green 88 ◦ blue 39

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

Shades of Chilean Fire #C95827

Tints of Chilean Fire #C95827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.89%

R = 61.28%
G = 26.83%
B = 11.89%

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

#C95827 (or 0xC95827) is known color: Chilean Fire. HEX triplet: C9, 58 and 27. RGB value is (201,88,39). Sum of RGB (Red+Green+Blue) = 201+88+39=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C95827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95827 is #36A7D8. Grayscale: #747474. Windows color (decimal): -3581913 or 2578633. OLE color: 2578633.

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

Color convert

RGB 201 88 39 -
CMYK 0 0.56 0.81 0.21
HSL 18.15º 0.68% 0.47% -
HSV(B) 18.15º 0.81% 0.79% -
XYZ 27.94 19.54 4.22 -
YUV 116.2 84.44 188.48 -
System Red Green Blue C M Y K H S L
Decimal 201 88 39 0 0.56 0.81 0.21 18.15 0.68 0.47
Hex C9 58 27 0 38 51 15 12 44 2F
Octal 311 130 47 0 70 121 25 22 104 57
Binary 11001001 1011000 100111 0 111000 1010001 10101 10010 1000100 101111

Color Harmonies of #C95827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95827

Black with #C95827

Text Example


Text Example

White with #C95827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95827; }

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

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

background-color css

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

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

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

border-color css

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

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

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