Html Css Color HEX #C99F94 Rose

📋 copy color: '#C99F94'

red 201 ◦ green 159 ◦ blue 148

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

Shades of Rose #C99F94

Tints of Rose #C99F94

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.3%

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

R = 39.57%
G = 31.3%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C99F94 (or 0xC99F94) is known color: Rose. HEX triplet: C9, 9F and 94. RGB value is (201,159,148). Sum of RGB (Red+Green+Blue) = 201+159+148=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99F94 is #36606B. Grayscale: #AAAAAA. Windows color (decimal): -3563628 or 9740233. OLE color: 9740233.

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

Color convert

RGB 201 159 148 -
CMYK 0 0.21 0.26 0.21
HSL 12.45º 0.33% 0.68% -
HSV(B) 12.45º 0.26% 0.79% -
XYZ 41.83 39.35 33.41 -
YUV 170.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 201 159 148 0 0.21 0.26 0.21 12.45 0.33 0.68
Hex C9 9F 94 0 15 1A 15 C 21 44
Octal 311 237 224 0 25 32 25 14 41 104
Binary 11001001 10011111 10010100 0 10101 11010 10101 1100 100001 1000100

Color Harmonies of #C99F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99F94

Black with #C99F94

Text Example


Text Example

White with #C99F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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