Html Css Color HEX #CCC5BC Stark White

📋 copy color: '#CCC5BC'

red 204 ◦ green 197 ◦ blue 188

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

Shades of Stark White #CCC5BC

Tints of Stark White #CCC5BC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.45%

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

R = 34.63%
G = 33.45%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CCC5BC (or 0xCCC5BC) is known color: Stark White. HEX triplet: CC, C5 and BC. RGB value is (204,197,188). Sum of RGB (Red+Green+Blue) = 204+197+188=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5BC is #333A43. Grayscale: #C6C6C6. Windows color (decimal): -3357252 or 12371404. OLE color: 12371404.

HSL color Cylindrical-coordinate representation of color #CCC5BC: hue angle of 33.75º 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 #CCC5BC is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 197 188 -
CMYK 0 0.03 0.08 0.2
HSL 33.75º 0.14% 0.77% -
HSV(B) 33.75º 0.08% 0.8% -
XYZ 53.95 56.4 55.62 -
YUV 198.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 204 197 188 0 0.03 0.08 0.2 33.75 0.14 0.77
Hex CC C5 BC 0 3 8 14 22 E 4D
Octal 314 305 274 0 3 10 24 42 16 115
Binary 11001100 11000101 10111100 0 11 1000 10100 100010 1110 1001101

Color Harmonies of #CCC5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC5BC

Black with #CCC5BC

Text Example


Text Example

White with #CCC5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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