Html Css Color HEX #CCC3BA Stark White

📋 copy color: '#CCC3BA'

red 204 ◦ green 195 ◦ blue 186

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

Shades of Stark White #CCC3BA

Tints of Stark White #CCC3BA

RGB

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

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

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

R = 34.87%
G = 33.33%
B = 31.79%

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

#CCC3BA (or 0xCCC3BA) is known color: Stark White. HEX triplet: CC, C3 and BA. RGB value is (204,195,186). Sum of RGB (Red+Green+Blue) = 204+195+186=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3BA is #333C45. Grayscale: #C4C4C4. Windows color (decimal): -3357766 or 12239820. OLE color: 12239820.

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

Color convert

RGB 204 195 186 -
CMYK 0 0.04 0.09 0.2
HSL 30º 0.15% 0.76% -
HSV(B) 30º 0.09% 0.8% -
XYZ 53.28 55.41 54.34 -
YUV 196.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 204 195 186 0 0.04 0.09 0.2 30 0.15 0.76
Hex CC C3 BA 0 4 9 14 1E F 4C
Octal 314 303 272 0 4 11 24 36 17 114
Binary 11001100 11000011 10111010 0 100 1001 10100 11110 1111 1001100

Color Harmonies of #CCC3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3BA

Black with #CCC3BA

Text Example


Text Example

White with #CCC3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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