Html Css Color HEX #C95C26 Christine

📋 copy color: '#C95C26'

red 201 ◦ green 92 ◦ blue 38

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

Shades of Christine #C95C26

Tints of Christine #C95C26

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.79%

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

R = 60.73%
G = 27.79%
B = 11.48%

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

#C95C26 (or 0xC95C26) is known color: Christine. HEX triplet: C9, 5C and 26. RGB value is (201,92,38). Sum of RGB (Red+Green+Blue) = 201+92+38=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C26 is #36A3D9. Grayscale: #767676. Windows color (decimal): -3580890 or 2514121. OLE color: 2514121.

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

Color convert

RGB 201 92 38 -
CMYK 0 0.54 0.81 0.21
HSL 19.88º 0.68% 0.47% -
HSV(B) 19.88º 0.81% 0.79% -
XYZ 28.26 20.21 4.25 -
YUV 118.44 82.61 186.89 -
System Red Green Blue C M Y K H S L
Decimal 201 92 38 0 0.54 0.81 0.21 19.88 0.68 0.47
Hex C9 5C 26 0 36 51 15 14 44 2F
Octal 311 134 46 0 66 121 25 24 104 57
Binary 11001001 1011100 100110 0 110110 1010001 10101 10100 1000100 101111

Color Harmonies of #C95C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C26

Black with #C95C26

Text Example


Text Example

White with #C95C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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