Html Css Color HEX #C55E27 Christine

📋 copy color: '#C55E27'

red 197 ◦ green 94 ◦ blue 39

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

Shades of Christine #C55E27

Tints of Christine #C55E27

RGB

 RED value IS 197 (77.34% from 255) = 59.7%

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

 BLUE value IS 39 (15.63% from 255) = 11.82%

R = 59.7%
G = 28.48%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C55E27 (or 0xC55E27) is known color: Christine. HEX triplet: C5, 5E and 27. RGB value is (197,94,39). Sum of RGB (Red+Green+Blue) = 197+94+39=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E27 is #3AA1D8. Grayscale: #767676. Windows color (decimal): -3842521 or 2580165. OLE color: 2580165.

HSL color Cylindrical-coordinate representation of color #C55E27: hue angle of 20.89º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C55E27 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 94 39 -
CMYK 0 0.52 0.80 0.23
HSL 20.89º 0.67% 0.46% -
HSV(B) 20.89º 0.8% 0.77% -
XYZ 27.39 20.02 4.34 -
YUV 118.53 83.12 183.97 -
System Red Green Blue C M Y K H S L
Decimal 197 94 39 0 0.52 0.80 0.23 20.89 0.67 0.46
Hex C5 5E 27 0 34 50 17 15 43 2E
Octal 305 136 47 0 64 120 27 25 103 56
Binary 11000101 1011110 100111 0 110100 1010000 10111 10101 1000011 101110

Color Harmonies of #C55E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55E27

Black with #C55E27

Text Example


Text Example

White with #C55E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55E27; }

 p { color: rgb(197,94,39); }

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

background-color css

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

 a { background-color: rgb(197,94,39); }

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

border-color css

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

 span { border-color: rgb(197,94,39); }

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