Html Css Color HEX #CC9F9C Eunry

📋 copy color: '#CC9F9C'

red 204 ◦ green 159 ◦ blue 156

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

Shades of Eunry #CC9F9C

Tints of Eunry #CC9F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.06%

R = 39.31%
G = 30.64%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC9F9C (or 0xCC9F9C) is known color: Eunry. HEX triplet: CC, 9F and 9C. RGB value is (204,159,156). Sum of RGB (Red+Green+Blue) = 204+159+156=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9F9C is #336063. Grayscale: #ACACAC. Windows color (decimal): -3367012 or 10264524. OLE color: 10264524.

HSL color Cylindrical-coordinate representation of color #CC9F9C: hue angle of 3.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CC9F9C is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 159 156 -
CMYK 0 0.22 0.24 0.2
HSL 3.75º 0.32% 0.71% -
HSV(B) 3.75º 0.24% 0.8% -
XYZ 43.3 40.03 36.9 -
YUV 172.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 204 159 156 0 0.22 0.24 0.2 3.75 0.32 0.71
Hex CC 9F 9C 0 16 18 14 4 20 47
Octal 314 237 234 0 26 30 24 4 40 107
Binary 11001100 10011111 10011100 0 10110 11000 10100 100 100000 1000111

Color Harmonies of #CC9F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9F9C

Black with #CC9F9C

Text Example


Text Example

White with #CC9F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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