#CCBAC4

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

Shades of Maverick #CCBAC4

Tints of Maverick #CCBAC4

Color information

#CCBAC4 (or 0xCCBAC4) is unknown color: approx Maverick. HEX triplet: CC, BA and C4. RGB value is (204,186,196). Sum of RGB (Red+Green+Blue) = 204+186+196=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAC4 is #33453B. Grayscale: #C0C0C0. Windows color (decimal): -3360060 or 12892876. OLE color: 12892876.

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

Color convert

RGB204186196-
CMYK00.090.040.2
HSL326.67º15%76.47%-
HSV(B)326.67º8.82%80%-
XYZ52.4251.9459.49-
YUV192.52129.96136.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.81%
GREEN value IS 186 (73.05% from 255) = 31.74%
BLUE value IS 196 (76.95% from 255) = 33.45%
R=34.81%
G=31.74%
B=33.45%

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
Decimal20418619600.090.040.2326.671576.47
HexCCBAC409414147f4c
Octal31427230401142450717114
Binary110011001011101011000100010011001010010100011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAC4; }

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

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

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

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

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

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

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

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