Html Css Color HEX #CCC6BA Stark White

📋 copy color: '#CCC6BA'

red 204 ◦ green 198 ◦ blue 186

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

Shades of Stark White #CCC6BA

Tints of Stark White #CCC6BA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.67%

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

R = 34.69%
G = 33.67%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCC6BA (or 0xCCC6BA) is known color: Stark White. HEX triplet: CC, C6 and BA. RGB value is (204,198,186). Sum of RGB (Red+Green+Blue) = 204+198+186=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6BA is #333945. Grayscale: #C6C6C6. Windows color (decimal): -3356998 or 12240588. OLE color: 12240588.

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

Color convert

RGB 204 198 186 -
CMYK 0 0.03 0.09 0.2
HSL 40º 0.15% 0.76% -
HSV(B) 40º 0.09% 0.8% -
XYZ 53.96 56.77 54.57 -
YUV 198.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 204 198 186 0 0.03 0.09 0.2 40 0.15 0.76
Hex CC C6 BA 0 3 9 14 28 F 4C
Octal 314 306 272 0 3 11 24 50 17 114
Binary 11001100 11000110 10111010 0 11 1001 10100 101000 1111 1001100

Color Harmonies of #CCC6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC6BA

Black with #CCC6BA

Text Example


Text Example

White with #CCC6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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