#C35D2B

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

Shades of Christine #C35D2B

Tints of Christine #C35D2B

Color information

#C35D2B (or 0xC35D2B) is unknown color: approx Christine. HEX triplet: C3, 5D and 2B. RGB value is (195,93,43). Sum of RGB (Red+Green+Blue) = 195+93+43=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35D2B is #3CA2D4. Grayscale: #767676. Windows color (decimal): -3973845 or 2842051. OLE color: 2842051.

HSL color Cylindrical-coordinate representation of color #C35D2B: hue angle of 19.74º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C35D2B is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB1959343-
CMYK00.520.780.24
HSL19.74º63.87%46.67%-
HSV(B)19.74º77.95%76.47%-
XYZ26.8619.614.65-
YUV117.885.79183.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.91%
GREEN value IS 93 (36.72% from 255) = 28.10%
BLUE value IS 43 (17.19% from 255) = 12.99%
R=58.91%
G=28.10%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195934300.520.780.2419.7463.8746.67
HexC35D2B0344E1814402f
Octal30313553064116302410057
Binary1100001110111011010110110100100111011000101001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35D2B; }

 p { color: rgb(195,93,43); }

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

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

 a { background-color: rgb(195,93,43); }

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

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

 span { border-color: rgb(195,93,43); }

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