Html Css Color HEX #CCC4B9 Stark White

📋 copy color: '#CCC4B9'

red 204 ◦ green 196 ◦ blue 185

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

Shades of Stark White #CCC4B9

Tints of Stark White #CCC4B9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.5%

 BLUE value IS 185 (72.66% from 255) = 31.62%

R = 34.87%
G = 33.5%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCC4B9 (or 0xCCC4B9) is known color: Stark White. HEX triplet: CC, C4 and B9. RGB value is (204,196,185). Sum of RGB (Red+Green+Blue) = 204+196+185=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4B9 is #333B46. Grayscale: #C5C5C5. Windows color (decimal): -3357511 or 12174540. OLE color: 12174540.

HSL color Cylindrical-coordinate representation of color #CCC4B9: hue angle of 34.74º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCC4B9 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 196 185 -
CMYK 0 0.04 0.09 0.2
HSL 34.74º 0.16% 0.76% -
HSV(B) 34.74º 0.09% 0.8% -
XYZ 53.4 55.82 53.86 -
YUV 197.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 204 196 185 0 0.04 0.09 0.2 34.74 0.16 0.76
Hex CC C4 B9 0 4 9 14 23 10 4C
Octal 314 304 271 0 4 11 24 43 20 114
Binary 11001100 11000100 10111001 0 100 1001 10100 100011 10000 1001100

Color Harmonies of #CCC4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC4B9

Black with #CCC4B9

Text Example


Text Example

White with #CCC4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC4B9; }

 p { color: rgb(204,196,185); }

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

background-color css

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

 a { background-color: rgb(204,196,185); }

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

border-color css

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

 span { border-color: rgb(204,196,185); }

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