Html Css Color HEX #CCC3B2 Stark White

📋 copy color: '#CCC3B2'

red 204 ◦ green 195 ◦ blue 178

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

Shades of Stark White #CCC3B2

Tints of Stark White #CCC3B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.85%

R = 35.36%
G = 33.8%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CCC3B2 (or 0xCCC3B2) is known color: Stark White. HEX triplet: CC, C3 and B2. RGB value is (204,195,178). Sum of RGB (Red+Green+Blue) = 204+195+178=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 178 (69.92% from 255 or 30.85% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC3B2 is #333C4D. Grayscale: #C3C3C3. Windows color (decimal): -3357774 or 11715532. OLE color: 11715532.

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

Color convert

RGB 204 195 178 -
CMYK 0 0.04 0.13 0.2
HSL 39.23º 0.2% 0.75% -
HSV(B) 39.23º 0.13% 0.8% -
XYZ 52.45 55.08 49.99 -
YUV 195.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 204 195 178 0 0.04 0.13 0.2 39.23 0.2 0.75
Hex CC C3 B2 0 4 D 14 27 14 4B
Octal 314 303 262 0 4 15 24 47 24 113
Binary 11001100 11000011 10110010 0 100 1101 10100 100111 10100 1001011

Color Harmonies of #CCC3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3B2

Black with #CCC3B2

Text Example


Text Example

White with #CCC3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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