Html Css Color HEX #C99594 Rosy Brown

📋 copy color: '#C99594'

red 201 ◦ green 149 ◦ blue 148

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

Shades of Rosy Brown #C99594

Tints of Rosy Brown #C99594

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.92%

 BLUE value IS 148 (58.2% from 255) = 29.72%

R = 40.36%
G = 29.92%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C99594 (or 0xC99594) is known color: Rosy Brown. HEX triplet: C9, 95 and 94. RGB value is (201,149,148). Sum of RGB (Red+Green+Blue) = 201+149+148=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C99594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99594 is #366A6B. Grayscale: #A4A4A4. Windows color (decimal): -3566188 or 9737673. OLE color: 9737673.

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

Color convert

RGB 201 149 148 -
CMYK 0 0.26 0.26 0.21
HSL 1.13º 0.33% 0.68% -
HSV(B) 1.13º 0.26% 0.79% -
XYZ 40.18 36.05 32.86 -
YUV 164.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 201 149 148 0 0.26 0.26 0.21 1.13 0.33 0.68
Hex C9 95 94 0 1A 1A 15 1 21 44
Octal 311 225 224 0 32 32 25 1 41 104
Binary 11001001 10010101 10010100 0 11010 11010 10101 1 100001 1000100

Color Harmonies of #C99594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99594

Black with #C99594

Text Example


Text Example

White with #C99594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99594; }

 p { color: rgb(201,149,148); }

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

background-color css

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

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

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

border-color css

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

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

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