#C6908F

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

Shades of Rosy Brown #C6908F

Tints of Rosy Brown #C6908F

Color information

#C6908F (or 0xC6908F) is unknown color: approx Rosy Brown. HEX triplet: C6, 90 and 8F. RGB value is (198,144,143). Sum of RGB (Red+Green+Blue) = 198+144+143=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6908F is #396F70. Grayscale: #A0A0A0. Windows color (decimal): -3764081 or 9408710. OLE color: 9408710.

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

Color convert

RGB198144143-
CMYK00.270.280.22
HSL1.09º32.54%66.86%-
HSV(B)1.09º27.78%77.65%-
XYZ38.2233.9430.52-
YUV160.03118.39155.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 144 (56.64% from 255) = 29.69%
BLUE value IS 143 (56.25% from 255) = 29.48%
R=40.82%
G=29.69%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814414300.270.280.221.0932.5466.86
HexC6908F01B1C1612143
Octal3062202170333426141103
Binary110001101001000010001111011011111001011011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6908F; }

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

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

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

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

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

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

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

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