#CCBAC3

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

Shades of Maverick #CCBAC3

Tints of Maverick #CCBAC3

Color information

#CCBAC3 (or 0xCCBAC3) is unknown color: approx Maverick. HEX triplet: CC, BA and C3. RGB value is (204,186,195). Sum of RGB (Red+Green+Blue) = 204+186+195=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAC3 is #33453C. Grayscale: #C0C0C0. Windows color (decimal): -3360061 or 12827340. OLE color: 12827340.

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

Color convert

RGB204186195-
CMYK00.090.040.2
HSL330º15%76.47%-
HSV(B)330º8.82%80%-
XYZ52.3151.958.89-
YUV192.41129.46136.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 195 (76.56% from 255) = 33.33%
R=34.87%
G=31.79%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418619500.090.040.23301576.47
HexCCBAC30941414af4c
Octal31427230301142451217114
Binary110011001011101011000011010011001010010100101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAC3; }

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

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

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

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

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

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

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

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