#CCBAC8

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

Shades of Maverick #CCBAC8

Tints of Maverick #CCBAC8

Color information

#CCBAC8 (or 0xCCBAC8) is unknown color: approx Maverick. HEX triplet: CC, BA and C8. RGB value is (204,186,200). Sum of RGB (Red+Green+Blue) = 204+186+200=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAC8 is #334537. Grayscale: #C0C0C0. Windows color (decimal): -3360056 or 13155020. OLE color: 13155020.

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

Color convert

RGB204186200-
CMYK00.090.020.2
HSL313.33º15%76.47%-
HSV(B)313.33º8.82%80%-
XYZ52.8952.1361.92-
YUV192.98131.96135.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.58%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 200 (78.52% from 255) = 33.90%
R=34.58%
G=31.53%
B=33.90%

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
Decimal20418620000.090.020.2313.331576.47
HexCCBAC809214139f4c
Octal31427231001122447117114
Binary11001100101110101100100001001101010010011100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAC8; }

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

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

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

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

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

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

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

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