Html Css Color HEX #C09A98 Rosy Brown

📋 copy color: '#C09A98'

red 192 ◦ green 154 ◦ blue 152

#C09A98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rosy Brown #C09A98

Tints of Rosy Brown #C09A98

RGB

 RED value IS 192 (75.39% from 255) = 38.55%

 GREEN value IS 154 (60.55% from 255) = 30.92%

 BLUE value IS 152 (59.77% from 255) = 30.52%

R = 38.55%
G = 30.92%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C09A98 (or 0xC09A98) is known color: Rosy Brown. HEX triplet: C0, 9A and 98. RGB value is (192,154,152). Sum of RGB (Red+Green+Blue) = 192+154+152=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09A98 is #3F6567. Grayscale: #A5A5A5. Windows color (decimal): -4154728 or 10001088. OLE color: 10001088.

HSL color Cylindrical-coordinate representation of color #C09A98: hue angle of 3º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C09A98 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 154 152 -
CMYK 0 0.20 0.21 0.25
HSL 0.24% 0.67% -
HSV(B) 0.21% 0.75% -
XYZ 38.96 36.58 34.71 -
YUV 165.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 192 154 152 0 0.20 0.21 0.25 3 0.24 0.67
Hex C0 9A 98 0 14 15 19 3 18 43
Octal 300 232 230 0 24 25 31 3 30 103
Binary 11000000 10011010 10011000 0 10100 10101 11001 11 11000 1000011

Color Harmonies of #C09A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A98

Black with #C09A98

Text Example


Text Example

White with #C09A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A98; }

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

 H1.HeaderClassName
 {
   color: #C09A98;
 }
 .AnyTagClassName
 {
   color: #C09A98;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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