Html Css Color HEX #CCC4BC Stark White

📋 copy color: '#CCC4BC'

red 204 ◦ green 196 ◦ blue 188

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

Shades of Stark White #CCC4BC

Tints of Stark White #CCC4BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.97%

R = 34.69%
G = 33.33%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CCC4BC (or 0xCCC4BC) is known color: Stark White. HEX triplet: CC, C4 and BC. RGB value is (204,196,188). Sum of RGB (Red+Green+Blue) = 204+196+188=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4BC is #333B43. Grayscale: #C5C5C5. Windows color (decimal): -3357508 or 12371148. OLE color: 12371148.

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

Color convert

RGB 204 196 188 -
CMYK 0 0.04 0.08 0.2
HSL 30º 0.14% 0.77% -
HSV(B) 30º 0.08% 0.8% -
XYZ 53.72 55.95 55.54 -
YUV 197.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 204 196 188 0 0.04 0.08 0.2 30 0.14 0.77
Hex CC C4 BC 0 4 8 14 1E E 4D
Octal 314 304 274 0 4 10 24 36 16 115
Binary 11001100 11000100 10111100 0 100 1000 10100 11110 1110 1001101

Color Harmonies of #CCC4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC4BC

Black with #CCC4BC

Text Example


Text Example

White with #CCC4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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