Html Css Color HEX #C75E27 Christine

📋 copy color: '#C75E27'

red 199 ◦ green 94 ◦ blue 39

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

Shades of Christine #C75E27

Tints of Christine #C75E27

RGB

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

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

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

R = 59.94%
G = 28.31%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C75E27 (or 0xC75E27) is known color: Christine. HEX triplet: C7, 5E and 27. RGB value is (199,94,39). Sum of RGB (Red+Green+Blue) = 199+94+39=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75E27 is #38A1D8. Grayscale: #777777. Windows color (decimal): -3711449 or 2580167. OLE color: 2580167.

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

Color convert

RGB 199 94 39 -
CMYK 0 0.53 0.80 0.22
HSL 20.63º 0.67% 0.47% -
HSV(B) 20.63º 0.8% 0.78% -
XYZ 27.92 20.29 4.36 -
YUV 119.13 82.79 184.97 -
System Red Green Blue C M Y K H S L
Decimal 199 94 39 0 0.53 0.80 0.22 20.63 0.67 0.47
Hex C7 5E 27 0 35 50 16 15 43 2F
Octal 307 136 47 0 65 120 26 25 103 57
Binary 11000111 1011110 100111 0 110101 1010000 10110 10101 1000011 101111

Color Harmonies of #C75E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75E27

Black with #C75E27

Text Example


Text Example

White with #C75E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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