Html Css Color HEX #C95B24 Christine

📋 copy color: '#C95B24'

red 201 ◦ green 91 ◦ blue 36

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

Shades of Christine #C95B24

Tints of Christine #C95B24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.98%

R = 61.28%
G = 27.74%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C95B24 (or 0xC95B24) is known color: Christine. HEX triplet: C9, 5B and 24. RGB value is (201,91,36). Sum of RGB (Red+Green+Blue) = 201+91+36=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95B24 is #36A4DB. Grayscale: #757575. Windows color (decimal): -3581148 or 2382793. OLE color: 2382793.

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

Color convert

RGB 201 91 36 -
CMYK 0 0.55 0.82 0.21
HSL 20º 0.7% 0.46% -
HSV(B) 20º 0.82% 0.79% -
XYZ 28.15 20.03 4.05 -
YUV 117.62 81.94 187.47 -
System Red Green Blue C M Y K H S L
Decimal 201 91 36 0 0.55 0.82 0.21 20 0.7 0.46
Hex C9 5B 24 0 37 52 15 14 46 2E
Octal 311 133 44 0 67 122 25 24 106 56
Binary 11001001 1011011 100100 0 110111 1010010 10101 10100 1000110 101110

Color Harmonies of #C95B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95B24

Black with #C95B24

Text Example


Text Example

White with #C95B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95B24; }

 p { color: rgb(201,91,36); }

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

background-color css

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

 a { background-color: rgb(201,91,36); }

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

border-color css

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

 span { border-color: rgb(201,91,36); }

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