Html Css Color HEX #CCC5BB Stark White

📋 copy color: '#CCC5BB'

red 204 ◦ green 197 ◦ blue 187

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

Shades of Stark White #CCC5BB

Tints of Stark White #CCC5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.8%

R = 34.69%
G = 33.5%
B = 31.8%

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

#CCC5BB (or 0xCCC5BB) is known color: Stark White. HEX triplet: CC, C5 and BB. RGB value is (204,197,187). Sum of RGB (Red+Green+Blue) = 204+197+187=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5BB is #333A44. Grayscale: #C5C5C5. Windows color (decimal): -3357253 or 12305868. OLE color: 12305868.

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

Color convert

RGB 204 197 187 -
CMYK 0 0.03 0.08 0.2
HSL 35.29º 0.14% 0.77% -
HSV(B) 35.29º 0.08% 0.8% -
XYZ 53.84 56.36 55.05 -
YUV 197.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 204 197 187 0 0.03 0.08 0.2 35.29 0.14 0.77
Hex CC C5 BB 0 3 8 14 23 E 4D
Octal 314 305 273 0 3 10 24 43 16 115
Binary 11001100 11000101 10111011 0 11 1000 10100 100011 1110 1001101

Color Harmonies of #CCC5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC5BB

Black with #CCC5BB

Text Example


Text Example

White with #CCC5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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