#CCBAC5

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

Shades of Maverick #CCBAC5

Tints of Maverick #CCBAC5

Color information

#CCBAC5 (or 0xCCBAC5) is unknown color: approx Maverick. HEX triplet: CC, BA and C5. RGB value is (204,186,197). Sum of RGB (Red+Green+Blue) = 204+186+197=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAC5 is #33453A. Grayscale: #C0C0C0. Windows color (decimal): -3360059 or 12958412. OLE color: 12958412.

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

Color convert

RGB204186197-
CMYK00.090.030.2
HSL323.33º15%76.47%-
HSV(B)323.33º8.82%80%-
XYZ52.5451.9960.09-
YUV192.64130.46136.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 197 (77.34% from 255) = 33.56%
R=34.75%
G=31.69%
B=33.56%

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
Decimal20418619700.090.030.2323.331576.47
HexCCBAC509314143f4c
Octal31427230501132450317114
Binary11001100101110101100010101001111010010100001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAC5; }

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

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

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

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

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

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

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

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