#C35C2A

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

Shades of Christine #C35C2A

Tints of Christine #C35C2A

Color information

#C35C2A (or 0xC35C2A) is unknown color: approx Christine. HEX triplet: C3, 5C and 2A. RGB value is (195,92,42). Sum of RGB (Red+Green+Blue) = 195+92+42=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C2A is #3CA3D5. Grayscale: #757575. Windows color (decimal): -3974102 or 2776259. OLE color: 2776259.

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

Color convert

RGB1959242-
CMYK00.530.780.24
HSL19.61º64.56%46.47%-
HSV(B)19.61º78.46%76.47%-
XYZ26.7519.424.53-
YUV117.185.62183.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.27%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 42 (16.80% from 255) = 12.77%
R=59.27%
G=27.96%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195924200.530.780.2419.6164.5646.47
HexC35C2A0354E1814412e
Octal30313452065116302410156
Binary1100001110111001010100110101100111011000101001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35C2A; }

 p { color: rgb(195,92,42); }

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

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

 a { background-color: rgb(195,92,42); }

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

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

 span { border-color: rgb(195,92,42); }

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