#C68F8E

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

Shades of Rosy Brown #C68F8E

Tints of Rosy Brown #C68F8E

Color information

#C68F8E (or 0xC68F8E) is unknown color: approx Rosy Brown. HEX triplet: C6, 8F and 8E. RGB value is (198,143,142). Sum of RGB (Red+Green+Blue) = 198+143+142=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68F8E is #397071. Grayscale: #9F9F9F. Windows color (decimal): -3764338 or 9342918. OLE color: 9342918.

HSL color Cylindrical-coordinate representation of color #C68F8E: hue angle of 1.07º 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 #C68F8E is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB198143142-
CMYK00.280.280.22
HSL1.07º32.94%66.67%-
HSV(B)1.07º28.28%77.65%-
XYZ37.9933.630.07-
YUV159.33118.22155.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.99%
GREEN value IS 143 (56.25% from 255) = 29.61%
BLUE value IS 142 (55.86% from 255) = 29.40%
R=40.99%
G=29.61%
B=29.40%

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
Decimal19814314200.280.280.221.0732.9466.67
HexC68F8E01C1C1612143
Octal3062172160343426141103
Binary110001101000111110001110011100111001011011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68F8E; }

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

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

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

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

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

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

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

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