Html Css Color HEX #CCCBB0 Moon Mist

📋 copy color: '#CCCBB0'

red 204 ◦ green 203 ◦ blue 176

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

Shades of Moon Mist #CCCBB0

Tints of Moon Mist #CCCBB0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.82%

 BLUE value IS 176 (69.14% from 255) = 30.19%

R = 34.99%
G = 34.82%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CCCBB0 (or 0xCCCBB0) is known color: Moon Mist. HEX triplet: CC, CB and B0. RGB value is (204,203,176). Sum of RGB (Red+Green+Blue) = 204+203+176=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCBB0 is #33344F. Grayscale: #C8C8C8. Windows color (decimal): -3355728 or 11586508. OLE color: 11586508.

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

Color convert

RGB 204 203 176 -
CMYK 0 0.00 0.14 0.2
HSL 57.86º 0.22% 0.75% -
HSV(B) 57.86º 0.14% 0.8% -
XYZ 54.09 58.68 49.55 -
YUV 200.22 114.33 130.7 -
System Red Green Blue C M Y K H S L
Decimal 204 203 176 0 0.00 0.14 0.2 57.86 0.22 0.75
Hex CC CB B0 0 0 E 14 3A 16 4B
Octal 314 313 260 0 0 16 24 72 26 113
Binary 11001100 11001011 10110000 0 0 1110 10100 111010 10110 1001011

Color Harmonies of #CCCBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBB0

Black with #CCCBB0

Text Example


Text Example

White with #CCCBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBB0; }

 p { color: rgb(204,203,176); }

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

background-color css

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

 a { background-color: rgb(204,203,176); }

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

border-color css

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

 span { border-color: rgb(204,203,176); }

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