Html Css Color HEX #CCC3BB Stark White

📋 copy color: '#CCC3BB'

red 204 ◦ green 195 ◦ blue 187

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

Shades of Stark White #CCC3BB

Tints of Stark White #CCC3BB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.28%

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

R = 34.81%
G = 33.28%
B = 31.91%

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

#CCC3BB (or 0xCCC3BB) is known color: Stark White. HEX triplet: CC, C3 and BB. RGB value is (204,195,187). Sum of RGB (Red+Green+Blue) = 204+195+187=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3BB is #333C44. Grayscale: #C4C4C4. Windows color (decimal): -3357765 or 12305356. OLE color: 12305356.

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

Color convert

RGB 204 195 187 -
CMYK 0 0.04 0.08 0.2
HSL 28.24º 0.14% 0.77% -
HSV(B) 28.24º 0.08% 0.8% -
XYZ 53.39 55.46 54.9 -
YUV 196.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 204 195 187 0 0.04 0.08 0.2 28.24 0.14 0.77
Hex CC C3 BB 0 4 8 14 1C E 4D
Octal 314 303 273 0 4 10 24 34 16 115
Binary 11001100 11000011 10111011 0 100 1000 10100 11100 1110 1001101

Color Harmonies of #CCC3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3BB

Black with #CCC3BB

Text Example


Text Example

White with #CCC3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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