Html Css Color HEX #C75C27 Christine

📋 copy color: '#C75C27'

red 199 ◦ green 92 ◦ blue 39

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

Shades of Christine #C75C27

Tints of Christine #C75C27

RGB

 RED value IS 199 (78.13% from 255) = 60.3%

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

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

R = 60.3%
G = 27.88%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C75C27 (or 0xC75C27) is known color: Christine. HEX triplet: C7, 5C and 27. RGB value is (199,92,39). Sum of RGB (Red+Green+Blue) = 199+92+39=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75C27 is #38A3D8. Grayscale: #767676. Windows color (decimal): -3711961 or 2579655. OLE color: 2579655.

HSL color Cylindrical-coordinate representation of color #C75C27: hue angle of 19.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C75C27 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 92 39 -
CMYK 0 0.54 0.80 0.22
HSL 19.88º 0.67% 0.47% -
HSV(B) 19.88º 0.8% 0.78% -
XYZ 27.75 19.94 4.31 -
YUV 117.95 83.45 185.81 -
System Red Green Blue C M Y K H S L
Decimal 199 92 39 0 0.54 0.80 0.22 19.88 0.67 0.47
Hex C7 5C 27 0 36 50 16 14 43 2F
Octal 307 134 47 0 66 120 26 24 103 57
Binary 11000111 1011100 100111 0 110110 1010000 10110 10100 1000011 101111

Color Harmonies of #C75C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C27

Black with #C75C27

Text Example


Text Example

White with #C75C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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