Html Css Color HEX #CC9C98 Eunry

📋 copy color: '#CC9C98'

red 204 ◦ green 156 ◦ blue 152

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

Shades of Eunry #CC9C98

Tints of Eunry #CC9C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.69%

R = 39.84%
G = 30.47%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC9C98 (or 0xCC9C98) is known color: Eunry. HEX triplet: CC, 9C and 98. RGB value is (204,156,152). Sum of RGB (Red+Green+Blue) = 204+156+152=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9C98 is #336367. Grayscale: #A9A9A9. Windows color (decimal): -3367784 or 10001612. OLE color: 10001612.

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

Color convert

RGB 204 156 152 -
CMYK 0 0.24 0.25 0.2
HSL 4.62º 0.34% 0.7% -
HSV(B) 4.62º 0.25% 0.8% -
XYZ 42.46 38.88 34.97 -
YUV 169.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 204 156 152 0 0.24 0.25 0.2 4.62 0.34 0.7
Hex CC 9C 98 0 18 19 14 5 22 46
Octal 314 234 230 0 30 31 24 5 42 106
Binary 11001100 10011100 10011000 0 11000 11001 10100 101 100010 1000110

Color Harmonies of #CC9C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9C98

Black with #CC9C98

Text Example


Text Example

White with #CC9C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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