Html Css Color HEX #CCC5BA Stark White

📋 copy color: '#CCC5BA'

red 204 ◦ green 197 ◦ blue 186

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

Shades of Stark White #CCC5BA

Tints of Stark White #CCC5BA

RGB

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

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

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

R = 34.75%
G = 33.56%
B = 31.69%

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

#CCC5BA (or 0xCCC5BA) is known color: Stark White. HEX triplet: CC, C5 and BA. RGB value is (204,197,186). Sum of RGB (Red+Green+Blue) = 204+197+186=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5BA is #333A45. Grayscale: #C5C5C5. Windows color (decimal): -3357254 or 12240332. OLE color: 12240332.

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

Color convert

RGB 204 197 186 -
CMYK 0 0.03 0.09 0.2
HSL 36.67º 0.15% 0.76% -
HSV(B) 36.67º 0.09% 0.8% -
XYZ 53.73 56.32 54.49 -
YUV 197.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 204 197 186 0 0.03 0.09 0.2 36.67 0.15 0.76
Hex CC C5 BA 0 3 9 14 25 F 4C
Octal 314 305 272 0 3 11 24 45 17 114
Binary 11001100 11000101 10111010 0 11 1001 10100 100101 1111 1001100

Color Harmonies of #CCC5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC5BA

Black with #CCC5BA

Text Example


Text Example

White with #CCC5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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