Html Css Color HEX #CCC3B5 Stark White

📋 copy color: '#CCC3B5'

red 204 ◦ green 195 ◦ blue 181

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

Shades of Stark White #CCC3B5

Tints of Stark White #CCC3B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.21%

R = 35.17%
G = 33.62%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CCC3B5 (or 0xCCC3B5) is known color: Stark White. HEX triplet: CC, C3 and B5. RGB value is (204,195,181). Sum of RGB (Red+Green+Blue) = 204+195+181=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 195 (76.56% from 255 or 33.62% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3B5 is #333C4A. Grayscale: #C4C4C4. Windows color (decimal): -3357771 or 11912140. OLE color: 11912140.

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

Color convert

RGB 204 195 181 -
CMYK 0 0.04 0.11 0.2
HSL 36.52º 0.18% 0.75% -
HSV(B) 36.52º 0.11% 0.8% -
XYZ 52.76 55.2 51.59 -
YUV 196.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 204 195 181 0 0.04 0.11 0.2 36.52 0.18 0.75
Hex CC C3 B5 0 4 B 14 25 12 4B
Octal 314 303 265 0 4 13 24 45 22 113
Binary 11001100 11000011 10110101 0 100 1011 10100 100101 10010 1001011

Color Harmonies of #CCC3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3B5

Black with #CCC3B5

Text Example


Text Example

White with #CCC3B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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