#C06635

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

Shades of Christine #C06635

Tints of Christine #C06635

Color information

#C06635 (or 0xC06635) is unknown color: approx Christine. HEX triplet: C0, 66 and 35. RGB value is (192,102,53). Sum of RGB (Red+Green+Blue) = 192+102+53=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C06635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06635 is #3F99CA. Grayscale: #7B7B7B. Windows color (decimal): -4168139 or 3499712. OLE color: 3499712.

HSL color Cylindrical-coordinate representation of color #C06635: hue angle of 21.15º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C06635 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19210253-
CMYK00.470.720.25
HSL21.15º56.73%48.04%-
HSV(B)21.15º72.4%75.29%-
XYZ27.1320.975.99-
YUV123.3288.32176.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.33%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 53 (21.09% from 255) = 15.27%
R=55.33%
G=29.39%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921025300.470.720.2521.1556.7348.04
HexC0663502F4819153930
Octal3001466505711031257160
Binary110000001100110110101010111110010001100110101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06635; }

 p { color: rgb(192,102,53); }

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

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

 a { background-color: rgb(192,102,53); }

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

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

 span { border-color: rgb(192,102,53); }

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