#CCBCC6

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

Shades of Maverick #CCBCC6

Tints of Maverick #CCBCC6

Color information

#CCBCC6 (or 0xCCBCC6) is unknown color: approx Maverick. HEX triplet: CC, BC and C6. RGB value is (204,188,198). Sum of RGB (Red+Green+Blue) = 204+188+198=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCC6 is #334339. Grayscale: #C1C1C1. Windows color (decimal): -3359546 or 13024460. OLE color: 13024460.

HSL color Cylindrical-coordinate representation of color #CCBCC6: hue angle of 322.5º 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 #CCBCC6 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB204188198-
CMYK00.080.030.2
HSL322.5º13.56%76.86%-
HSV(B)322.5º7.84%80%-
XYZ53.0852.8860.84-
YUV193.92130.3135.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.58%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 198 (77.73% from 255) = 33.56%
R=34.58%
G=31.86%
B=33.56%

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
Decimal20418819800.080.030.2322.513.5676.86
HexCCBCC608314142e4d
Octal31427430601032450216115
Binary11001100101111001100011001000111010010100001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCC6; }

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

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

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

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

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

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

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

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