#CCBAC7

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

Shades of Maverick #CCBAC7

Tints of Maverick #CCBAC7

Color information

#CCBAC7 (or 0xCCBAC7) is unknown color: approx Maverick. HEX triplet: CC, BA and C7. RGB value is (204,186,199). Sum of RGB (Red+Green+Blue) = 204+186+199=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAC7 is #334538. Grayscale: #C0C0C0. Windows color (decimal): -3360057 or 13089484. OLE color: 13089484.

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

Color convert

RGB204186199-
CMYK00.090.020.2
HSL316.67º15%76.47%-
HSV(B)316.67º8.82%80%-
XYZ52.7752.0861.3-
YUV192.86131.46135.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 199 (78.12% from 255) = 33.79%
R=34.63%
G=31.58%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418619900.090.020.2316.671576.47
HexCCBAC70921413df4c
Octal31427230701122447517114
Binary11001100101110101100011101001101010010011110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAC7; }

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

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

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

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

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

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

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

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