Html Css Color HEX #C55C27 Christine

📋 copy color: '#C55C27'

red 197 ◦ green 92 ◦ blue 39

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

Shades of Christine #C55C27

Tints of Christine #C55C27

RGB

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

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

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

R = 60.06%
G = 28.05%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C55C27 (or 0xC55C27) is known color: Christine. HEX triplet: C5, 5C and 27. RGB value is (197,92,39). Sum of RGB (Red+Green+Blue) = 197+92+39=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55C27 is #3AA3D8. Grayscale: #757575. Windows color (decimal): -3843033 or 2579653. OLE color: 2579653.

HSL color Cylindrical-coordinate representation of color #C55C27: hue angle of 20.13º 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 #C55C27 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 92 39 -
CMYK 0 0.53 0.80 0.23
HSL 20.13º 0.67% 0.46% -
HSV(B) 20.13º 0.8% 0.77% -
XYZ 27.22 19.67 4.28 -
YUV 117.35 83.79 184.81 -
System Red Green Blue C M Y K H S L
Decimal 197 92 39 0 0.53 0.80 0.23 20.13 0.67 0.46
Hex C5 5C 27 0 35 50 17 14 43 2E
Octal 305 134 47 0 65 120 27 24 103 56
Binary 11000101 1011100 100111 0 110101 1010000 10111 10100 1000011 101110

Color Harmonies of #C55C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55C27

Black with #C55C27

Text Example


Text Example

White with #C55C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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