Html Css Color HEX #C95826 Chilean Fire

📋 copy color: '#C95826'

red 201 ◦ green 88 ◦ blue 38

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

Shades of Chilean Fire #C95826

Tints of Chilean Fire #C95826

RGB

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

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

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

R = 61.47%
G = 26.91%
B = 11.62%

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

#C95826 (or 0xC95826) is known color: Chilean Fire. HEX triplet: C9, 58 and 26. RGB value is (201,88,38). Sum of RGB (Red+Green+Blue) = 201+88+38=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C95826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95826 is #36A7D9. Grayscale: #747474. Windows color (decimal): -3581914 or 2513097. OLE color: 2513097.

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

Color convert

RGB 201 88 38 -
CMYK 0 0.56 0.81 0.21
HSL 18.4º 0.68% 0.47% -
HSV(B) 18.4º 0.81% 0.79% -
XYZ 27.93 19.54 4.13 -
YUV 116.09 83.94 188.57 -
System Red Green Blue C M Y K H S L
Decimal 201 88 38 0 0.56 0.81 0.21 18.4 0.68 0.47
Hex C9 58 26 0 38 51 15 12 44 2F
Octal 311 130 46 0 70 121 25 22 104 57
Binary 11001001 1011000 100110 0 111000 1010001 10101 10010 1000100 101111

Color Harmonies of #C95826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95826

Black with #C95826

Text Example


Text Example

White with #C95826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95826; }

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

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

background-color css

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

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

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

border-color css

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

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

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