#CCBEC6

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

Shades of Maverick #CCBEC6

Tints of Maverick #CCBEC6

Color information

#CCBEC6 (or 0xCCBEC6) is unknown color: approx Maverick. HEX triplet: CC, BE and C6. RGB value is (204,190,198). Sum of RGB (Red+Green+Blue) = 204+190+198=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEC6 is #334139. Grayscale: #C3C3C3. Windows color (decimal): -3359034 or 13024972. OLE color: 13024972.

HSL color Cylindrical-coordinate representation of color #CCBEC6: hue angle of 325.71º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBEC6 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB204190198-
CMYK00.070.030.2
HSL325.71º12.07%77.25%-
HSV(B)325.71º6.86%80%-
XYZ53.5153.7460.98-
YUV195.1129.64134.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 198 (77.73% from 255) = 33.45%
R=34.46%
G=32.09%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419019800.070.030.2325.7112.0777.25
HexCCBEC607314146c4d
Octal3142763060732450614115
Binary1100110010111110110001100111111010010100011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEC6; }

 p { color: rgb(204,190,198); }

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

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

 a { background-color: rgb(204,190,198); }

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

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

 span { border-color: rgb(204,190,198); }

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