Html Css Color HEX #C99090 Rosy Brown

📋 copy color: '#C99090'

red 201 ◦ green 144 ◦ blue 144

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

Shades of Rosy Brown #C99090

Tints of Rosy Brown #C99090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.45%

 BLUE value IS 144 (56.64% from 255) = 29.45%

R = 41.1%
G = 29.45%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C99090 (or 0xC99090) is known color: Rosy Brown. HEX triplet: C9, 90 and 90. RGB value is (201,144,144). Sum of RGB (Red+Green+Blue) = 201+144+144=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C99090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99090 is #366F6F. Grayscale: #A1A1A1. Windows color (decimal): -3567472 or 9474249. OLE color: 9474249.

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

Color convert

RGB 201 144 144 -
CMYK 0 0.28 0.28 0.21
HSL 0.35% 0.68% -
HSV(B) 0.28% 0.79% -
XYZ 39.09 34.38 30.96 -
YUV 161.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 201 144 144 0 0.28 0.28 0.21 0 0.35 0.68
Hex C9 90 90 0 1C 1C 15 0 23 44
Octal 311 220 220 0 34 34 25 0 43 104
Binary 11001001 10010000 10010000 0 11100 11100 10101 0 100011 1000100

Color Harmonies of #C99090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99090

Black with #C99090

Text Example


Text Example

White with #C99090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99090; }

 p { color: rgb(201,144,144); }

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

background-color css

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

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

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

border-color css

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

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

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