#C68E8E

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

Shades of Rosy Brown #C68E8E

Tints of Rosy Brown #C68E8E

Color information

#C68E8E (or 0xC68E8E) is unknown color: approx Rosy Brown. HEX triplet: C6, 8E and 8E. RGB value is (198,142,142). Sum of RGB (Red+Green+Blue) = 198+142+142=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68E8E is #397171. Grayscale: #9E9E9E. Windows color (decimal): -3764594 or 9342662. OLE color: 9342662.

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

Color convert

RGB198142142-
CMYK00.280.280.22
HSL32.94%66.67%-
HSV(B)28.28%77.65%-
XYZ37.8433.330.03-
YUV158.74118.55156-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.08%
GREEN value IS 142 (55.86% from 255) = 29.46%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=41.08%
G=29.46%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814214200.280.280.22032.9466.67
HexC68E8E01C1C1602143
Octal3062162160343426041103
Binary110001101000111010001110011100111001011001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68E8E; }

 p { color: rgb(198,142,142); }

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

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

 a { background-color: rgb(198,142,142); }

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

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

 span { border-color: rgb(198,142,142); }

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