#C69A98

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

Shades of Rosy Brown #C69A98

Tints of Rosy Brown #C69A98

Color information

#C69A98 (or 0xC69A98) is unknown color: approx Rosy Brown. HEX triplet: C6, 9A and 98. RGB value is (198,154,152). Sum of RGB (Red+Green+Blue) = 198+154+152=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69A98 is #396567. Grayscale: #A6A6A6. Windows color (decimal): -3761512 or 10001094. OLE color: 10001094.

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

Color convert

RGB198154152-
CMYK00.220.230.22
HSL2.61º28.75%68.63%-
HSV(B)2.61º23.23%77.65%-
XYZ40.5137.3834.79-
YUV166.93119.58150.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.29%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 152 (59.77% from 255) = 30.16%
R=39.29%
G=30.56%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815415200.220.230.222.6128.7568.63
HexC69A98016171631d45
Octal3062322300262726335105
Binary110001101001101010011000010110101111011011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69A98; }

 p { color: rgb(198,154,152); }

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

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

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

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

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

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

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