Html Css Color HEX #C75D27 Christine

📋 copy color: '#C75D27'

red 199 ◦ green 93 ◦ blue 39

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

Shades of Christine #C75D27

Tints of Christine #C75D27

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

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

R = 60.12%
G = 28.1%
B = 11.78%

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

#C75D27 (or 0xC75D27) is known color: Christine. HEX triplet: C7, 5D and 27. RGB value is (199,93,39). Sum of RGB (Red+Green+Blue) = 199+93+39=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75D27 is #38A2D8. Grayscale: #767676. Windows color (decimal): -3711705 or 2579911. OLE color: 2579911.

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

Color convert

RGB 199 93 39 -
CMYK 0 0.53 0.80 0.22
HSL 20.25º 0.67% 0.47% -
HSV(B) 20.25º 0.8% 0.78% -
XYZ 27.83 20.12 4.34 -
YUV 118.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 199 93 39 0 0.53 0.80 0.22 20.25 0.67 0.47
Hex C7 5D 27 0 35 50 16 14 43 2F
Octal 307 135 47 0 65 120 26 24 103 57
Binary 11000111 1011101 100111 0 110101 1010000 10110 10100 1000011 101111

Color Harmonies of #C75D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D27

Black with #C75D27

Text Example


Text Example

White with #C75D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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