#C75B22

Color #C75B22 Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #C75B22

Tints of Christine #C75B22

Color information

#C75B22 (or 0xC75B22) is unknown color: approx Christine. HEX triplet: C7, 5B and 22. RGB value is (199,91,34). Sum of RGB (Red+Green+Blue) = 199+91+34=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75B22 is #38A4DD. Grayscale: #757575. Windows color (decimal): -3712222 or 2251719. OLE color: 2251719.

HSL color Cylindrical-coordinate representation of color #C75B22: hue angle of 20.73º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C75B22 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB1999134-
CMYK00.540.830.22
HSL20.73º70.82%45.69%-
HSV(B)20.73º82.91%78.04%-
XYZ27.5819.743.87-
YUV116.7981.28186.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 61.42%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 34 (13.67% from 255) = 10.49%
R=61.42%
G=28.09%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199913400.540.830.2220.7370.8245.69
HexC75B22036531615472e
Octal30713342066123262510756
Binary1100011110110111000100110110101001110110101011000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75B22; }

 p { color: rgb(199,91,34); }

 H1.HeaderClassName
 {
   color: #C75B22;
 }
 .AnyTagClassName
 {
   color: #C75B22;
 }
</style>
background-color css

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

 a { background-color: rgb(199,91,34); }

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

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

 span { border-color: rgb(199,91,34); }

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