Html Css Color HEX #CCC4BA Stark White

📋 copy color: '#CCC4BA'

red 204 ◦ green 196 ◦ blue 186

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

Shades of Stark White #CCC4BA

Tints of Stark White #CCC4BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.74%

R = 34.81%
G = 33.45%
B = 31.74%

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

#CCC4BA (or 0xCCC4BA) is known color: Stark White. HEX triplet: CC, C4 and BA. RGB value is (204,196,186). Sum of RGB (Red+Green+Blue) = 204+196+186=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4BA is #333B45. Grayscale: #C5C5C5. Windows color (decimal): -3357510 or 12240076. OLE color: 12240076.

HSL color Cylindrical-coordinate representation of color #CCC4BA: hue angle of 33.33º degrees, saturation: 0.15, 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 #CCC4BA is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 196 186 -
CMYK 0 0.04 0.09 0.2
HSL 33.33º 0.15% 0.76% -
HSV(B) 33.33º 0.09% 0.8% -
XYZ 53.5 55.86 54.42 -
YUV 197.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 204 196 186 0 0.04 0.09 0.2 33.33 0.15 0.76
Hex CC C4 BA 0 4 9 14 21 F 4C
Octal 314 304 272 0 4 11 24 41 17 114
Binary 11001100 11000100 10111010 0 100 1001 10100 100001 1111 1001100

Color Harmonies of #CCC4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC4BA

Black with #CCC4BA

Text Example


Text Example

White with #CCC4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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