Html Css Color HEX #CC9F8E Rose

📋 copy color: '#CC9F8E'

red 204 ◦ green 159 ◦ blue 142

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

Shades of Rose #CC9F8E

Tints of Rose #CC9F8E

RGB

 RED value IS 204 (80.08% from 255) = 40.4%

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

 BLUE value IS 142 (55.86% from 255) = 28.12%

R = 40.4%
G = 31.49%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC9F8E (or 0xCC9F8E) is known color: Rose. HEX triplet: CC, 9F and 8E. RGB value is (204,159,142). Sum of RGB (Red+Green+Blue) = 204+159+142=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9F8E is #336071. Grayscale: #AAAAAA. Windows color (decimal): -3367026 or 9347020. OLE color: 9347020.

HSL color Cylindrical-coordinate representation of color #CC9F8E: hue angle of 16.45º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC9F8E is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 159 142 -
CMYK 0 0.22 0.30 0.2
HSL 16.45º 0.38% 0.68% -
HSV(B) 16.45º 0.3% 0.8% -
XYZ 42.18 39.59 31.01 -
YUV 170.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 204 159 142 0 0.22 0.30 0.2 16.45 0.38 0.68
Hex CC 9F 8E 0 16 1E 14 10 26 44
Octal 314 237 216 0 26 36 24 20 46 104
Binary 11001100 10011111 10001110 0 10110 11110 10100 10000 100110 1000100

Color Harmonies of #CC9F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9F8E

Black with #CC9F8E

Text Example


Text Example

White with #CC9F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9F8E; }

 p { color: rgb(204,159,142); }

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

background-color css

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

 a { background-color: rgb(204,159,142); }

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

border-color css

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

 span { border-color: rgb(204,159,142); }

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