Html Css Color HEX #C75720 Christine

📋 copy color: '#C75720'

red 199 ◦ green 87 ◦ blue 32

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

Shades of Christine #C75720

Tints of Christine #C75720

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.36%

 BLUE value IS 32 (12.89% from 255) = 10.06%

R = 62.58%
G = 27.36%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C75720 (or 0xC75720) is known color: Christine. HEX triplet: C7, 57 and 20. RGB value is (199,87,32). Sum of RGB (Red+Green+Blue) = 199+87+32=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C75720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75720 is #38A8DF. Grayscale: #727272. Windows color (decimal): -3713248 or 2119623. OLE color: 2119623.

HSL color Cylindrical-coordinate representation of color #C75720: hue angle of 19.76º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C75720 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 87 32 -
CMYK 0 0.56 0.84 0.22
HSL 19.76º 0.72% 0.45% -
HSV(B) 19.76º 0.84% 0.78% -
XYZ 27.22 19.06 3.61 -
YUV 114.22 81.61 188.47 -
System Red Green Blue C M Y K H S L
Decimal 199 87 32 0 0.56 0.84 0.22 19.76 0.72 0.45
Hex C7 57 20 0 38 54 16 14 48 2D
Octal 307 127 40 0 70 124 26 24 110 55
Binary 11000111 1010111 100000 0 111000 1010100 10110 10100 1001000 101101

Color Harmonies of #C75720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75720

Black with #C75720

Text Example


Text Example

White with #C75720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75720; }

 p { color: rgb(199,87,32); }

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

background-color css

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

 a { background-color: rgb(199,87,32); }

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

border-color css

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

 span { border-color: rgb(199,87,32); }

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