#CCBAC6

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

Shades of Maverick #CCBAC6

Tints of Maverick #CCBAC6

Color information

#CCBAC6 (or 0xCCBAC6) is unknown color: approx Maverick. HEX triplet: CC, BA and C6. RGB value is (204,186,198). Sum of RGB (Red+Green+Blue) = 204+186+198=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAC6 is #334539. Grayscale: #C0C0C0. Windows color (decimal): -3360058 or 13023948. OLE color: 13023948.

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

Color convert

RGB204186198-
CMYK00.090.030.2
HSL320º15%76.47%-
HSV(B)320º8.82%80%-
XYZ52.6552.0360.69-
YUV192.75130.96136.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 198 (77.73% from 255) = 33.67%
R=34.69%
G=31.63%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418619800.090.030.23201576.47
HexCCBAC609314140f4c
Octal31427230601132450017114
Binary11001100101110101100011001001111010010100000011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAC6; }

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

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

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

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

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

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

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

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