Html Css Color HEX #CCC2B4 Stark White

📋 copy color: '#CCC2B4'

red 204 ◦ green 194 ◦ blue 180

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

Shades of Stark White #CCC2B4

Tints of Stark White #CCC2B4

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.56%

 BLUE value IS 180 (70.7% from 255) = 31.14%

R = 35.29%
G = 33.56%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CCC2B4 (or 0xCCC2B4) is known color: Stark White. HEX triplet: CC, C2 and B4. RGB value is (204,194,180). Sum of RGB (Red+Green+Blue) = 204+194+180=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2B4 is #333D4B. Grayscale: #C3C3C3. Windows color (decimal): -3358028 or 11846348. OLE color: 11846348.

HSL color Cylindrical-coordinate representation of color #CCC2B4: hue angle of 35º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCC2B4 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 180 -
CMYK 0 0.05 0.12 0.2
HSL 35º 0.19% 0.75% -
HSV(B) 35º 0.12% 0.8% -
XYZ 52.43 54.72 50.98 -
YUV 195.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 204 194 180 0 0.05 0.12 0.2 35 0.19 0.75
Hex CC C2 B4 0 5 C 14 23 13 4B
Octal 314 302 264 0 5 14 24 43 23 113
Binary 11001100 11000010 10110100 0 101 1100 10100 100011 10011 1001011

Color Harmonies of #CCC2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC2B4

Black with #CCC2B4

Text Example


Text Example

White with #CCC2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC2B4; }

 p { color: rgb(204,194,180); }

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

background-color css

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

 a { background-color: rgb(204,194,180); }

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

border-color css

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

 span { border-color: rgb(204,194,180); }

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