Html Css Color HEX #C95E25 Christine

📋 copy color: '#C95E25'

red 201 ◦ green 94 ◦ blue 37

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

Shades of Christine #C95E25

Tints of Christine #C95E25

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.31%

 BLUE value IS 37 (14.84% from 255) = 11.14%

R = 60.54%
G = 28.31%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C95E25 (or 0xC95E25) is known color: Christine. HEX triplet: C9, 5E and 25. RGB value is (201,94,37). Sum of RGB (Red+Green+Blue) = 201+94+37=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95E25 is #36A1DA. Grayscale: #777777. Windows color (decimal): -3580379 or 2449097. OLE color: 2449097.

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

Color convert

RGB 201 94 37 -
CMYK 0 0.53 0.82 0.21
HSL 20.85º 0.69% 0.47% -
HSV(B) 20.85º 0.82% 0.79% -
XYZ 28.42 20.56 4.22 -
YUV 119.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 201 94 37 0 0.53 0.82 0.21 20.85 0.69 0.47
Hex C9 5E 25 0 35 52 15 15 45 2F
Octal 311 136 45 0 65 122 25 25 105 57
Binary 11001001 1011110 100101 0 110101 1010010 10101 10101 1000101 101111

Color Harmonies of #C95E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E25

Black with #C95E25

Text Example


Text Example

White with #C95E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E25; }

 p { color: rgb(201,94,37); }

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

background-color css

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

 a { background-color: rgb(201,94,37); }

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

border-color css

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

 span { border-color: rgb(201,94,37); }

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