Html Css Color HEX #C95D26 Christine

📋 copy color: '#C95D26'

red 201 ◦ green 93 ◦ blue 38

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

Shades of Christine #C95D26

Tints of Christine #C95D26

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.01%

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

R = 60.54%
G = 28.01%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C95D26 (or 0xC95D26) is known color: Christine. HEX triplet: C9, 5D and 26. RGB value is (201,93,38). Sum of RGB (Red+Green+Blue) = 201+93+38=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95D26 is #36A2D9. Grayscale: #777777. Windows color (decimal): -3580634 or 2514377. OLE color: 2514377.

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

Color convert

RGB 201 93 38 -
CMYK 0 0.54 0.81 0.21
HSL 20.25º 0.68% 0.47% -
HSV(B) 20.25º 0.81% 0.79% -
XYZ 28.35 20.39 4.27 -
YUV 119.02 82.28 186.47 -
System Red Green Blue C M Y K H S L
Decimal 201 93 38 0 0.54 0.81 0.21 20.25 0.68 0.47
Hex C9 5D 26 0 36 51 15 14 44 2F
Octal 311 135 46 0 66 121 25 24 104 57
Binary 11001001 1011101 100110 0 110110 1010001 10101 10100 1000100 101111

Color Harmonies of #C95D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95D26

Black with #C95D26

Text Example


Text Example

White with #C95D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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