Html Css Color HEX #C99C94 Rose

📋 copy color: '#C99C94'

red 201 ◦ green 156 ◦ blue 148

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

Shades of Rose #C99C94

Tints of Rose #C99C94

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.89%

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

R = 39.8%
G = 30.89%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C99C94 (or 0xC99C94) is known color: Rose. HEX triplet: C9, 9C and 94. RGB value is (201,156,148). Sum of RGB (Red+Green+Blue) = 201+156+148=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99C94 is #36636B. Grayscale: #A8A8A8. Windows color (decimal): -3564396 or 9739465. OLE color: 9739465.

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

Color convert

RGB 201 156 148 -
CMYK 0 0.22 0.26 0.21
HSL 9.06º 0.33% 0.68% -
HSV(B) 9.06º 0.26% 0.79% -
XYZ 41.32 38.33 33.24 -
YUV 168.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 201 156 148 0 0.22 0.26 0.21 9.06 0.33 0.68
Hex C9 9C 94 0 16 1A 15 9 21 44
Octal 311 234 224 0 26 32 25 11 41 104
Binary 11001001 10011100 10010100 0 10110 11010 10101 1001 100001 1000100

Color Harmonies of #C99C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99C94

Black with #C99C94

Text Example


Text Example

White with #C99C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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