#CCBCC5

Color #CCBCC5 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #CCBCC5

Tints of Maverick #CCBCC5

Color information

#CCBCC5 (or 0xCCBCC5) is unknown color: approx Maverick. HEX triplet: CC, BC and C5. RGB value is (204,188,197). Sum of RGB (Red+Green+Blue) = 204+188+197=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCC5 is #33433A. Grayscale: #C1C1C1. Windows color (decimal): -3359547 or 12958924. OLE color: 12958924.

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

Color convert

RGB204188197-
CMYK00.080.030.2
HSL326.25º13.56%76.86%-
HSV(B)326.25º7.84%80%-
XYZ52.9652.8460.23-
YUV193.81129.8135.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 197 (77.34% from 255) = 33.45%
R=34.63%
G=31.92%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418819700.080.030.2326.2513.5676.86
HexCCBCC508314146e4d
Octal31427430501032450616115
Binary11001100101111001100010101000111010010100011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCC5; }

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

 H1.HeaderClassName
 {
   color: #CCBCC5;
 }
 .AnyTagClassName
 {
   color: #CCBCC5;
 }
</style>
background-color css

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

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

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

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

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

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