Html Css Color HEX #CC9F9B Eunry

📋 copy color: '#CC9F9B'

red 204 ◦ green 159 ◦ blue 155

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

Shades of Eunry #CC9F9B

Tints of Eunry #CC9F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.92%

R = 39.38%
G = 30.69%
B = 29.92%

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

#CC9F9B (or 0xCC9F9B) is known color: Eunry. HEX triplet: CC, 9F and 9B. RGB value is (204,159,155). Sum of RGB (Red+Green+Blue) = 204+159+155=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9F9B is #336064. Grayscale: #ACACAC. Windows color (decimal): -3367013 or 10198988. OLE color: 10198988.

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

Color convert

RGB 204 159 155 -
CMYK 0 0.22 0.24 0.2
HSL 4.9º 0.32% 0.7% -
HSV(B) 4.9º 0.24% 0.8% -
XYZ 43.22 40 36.45 -
YUV 172 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 204 159 155 0 0.22 0.24 0.2 4.9 0.32 0.7
Hex CC 9F 9B 0 16 18 14 5 20 46
Octal 314 237 233 0 26 30 24 5 40 106
Binary 11001100 10011111 10011011 0 10110 11000 10100 101 100000 1000110

Color Harmonies of #CC9F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9F9B

Black with #CC9F9B

Text Example


Text Example

White with #CC9F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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