#CCBEC7

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

Shades of Maverick #CCBEC7

Tints of Maverick #CCBEC7

Color information

#CCBEC7 (or 0xCCBEC7) is unknown color: approx Maverick. HEX triplet: CC, BE and C7. RGB value is (204,190,199). Sum of RGB (Red+Green+Blue) = 204+190+199=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEC7 is #334138. Grayscale: #C3C3C3. Windows color (decimal): -3359033 or 13090508. OLE color: 13090508.

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

Color convert

RGB204190199-
CMYK00.070.020.2
HSL321.43º12.07%77.25%-
HSV(B)321.43º6.86%80%-
XYZ53.6253.7961.59-
YUV195.21130.14134.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 199 (78.12% from 255) = 33.56%
R=34.40%
G=32.04%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419019900.070.020.2321.4312.0777.25
HexCCBEC707214141c4d
Octal3142763070722450114115
Binary1100110010111110110001110111101010010100000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEC7; }

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

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

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

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

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

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

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

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