Html Css Color HEX #C99998 Rosy Brown

📋 copy color: '#C99998'

red 201 ◦ green 153 ◦ blue 152

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

Shades of Rosy Brown #C99998

Tints of Rosy Brown #C99998

RGB

 RED value IS 201 (78.91% from 255) = 39.72%

 GREEN value IS 153 (60.16% from 255) = 30.24%

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

R = 39.72%
G = 30.24%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C99998 (or 0xC99998) is known color: Rosy Brown. HEX triplet: C9, 99 and 98. RGB value is (201,153,152). Sum of RGB (Red+Green+Blue) = 201+153+152=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C99998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99998 is #366667. Grayscale: #A7A7A7. Windows color (decimal): -3565160 or 10000841. OLE color: 10000841.

HSL color Cylindrical-coordinate representation of color #C99998: hue angle of 1.22º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C99998 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 153 152 -
CMYK 0 0.24 0.24 0.21
HSL 1.22º 0.31% 0.69% -
HSV(B) 1.22º 0.24% 0.79% -
XYZ 41.15 37.47 34.77 -
YUV 167.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 201 153 152 0 0.24 0.24 0.21 1.22 0.31 0.69
Hex C9 99 98 0 18 18 15 1 1F 45
Octal 311 231 230 0 30 30 25 1 37 105
Binary 11001001 10011001 10011000 0 11000 11000 10101 1 11111 1000101

Color Harmonies of #C99998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99998

Black with #C99998

Text Example


Text Example

White with #C99998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99998; }

 p { color: rgb(201,153,152); }

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

background-color css

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

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

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

border-color css

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

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

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