Html Css Color HEX #C09898 Rosy Brown

📋 copy color: '#C09898'

red 192 ◦ green 152 ◦ blue 152

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

Shades of Rosy Brown #C09898

Tints of Rosy Brown #C09898

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.65%

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

R = 38.71%
G = 30.65%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C09898 (or 0xC09898) is known color: Rosy Brown. HEX triplet: C0, 98 and 98. RGB value is (192,152,152). Sum of RGB (Red+Green+Blue) = 192+152+152=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C09898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09898 is #3F6767. Grayscale: #A3A3A3. Windows color (decimal): -4155240 or 10000576. OLE color: 10000576.

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

Color convert

RGB 192 152 152 -
CMYK 0 0.21 0.21 0.25
HSL 0.24% 0.67% -
HSV(B) 0.21% 0.75% -
XYZ 38.63 35.93 34.6 -
YUV 163.96 121.25 148 -
System Red Green Blue C M Y K H S L
Decimal 192 152 152 0 0.21 0.21 0.25 0 0.24 0.67
Hex C0 98 98 0 15 15 19 0 18 43
Octal 300 230 230 0 25 25 31 0 30 103
Binary 11000000 10011000 10011000 0 10101 10101 11001 0 11000 1000011

Color Harmonies of #C09898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09898

Black with #C09898

Text Example


Text Example

White with #C09898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09898; }

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

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

background-color css

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

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

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

border-color css

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

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

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