#CCB3BE

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

Shades of Maverick #CCB3BE

Tints of Maverick #CCB3BE

Color information

#CCB3BE (or 0xCCB3BE) is unknown color: approx Maverick. HEX triplet: CC, B3 and BE. RGB value is (204,179,190). Sum of RGB (Red+Green+Blue) = 204+179+190=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3BE is #334C41. Grayscale: #BBBBBB. Windows color (decimal): -3361858 or 12497868. OLE color: 12497868.

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

Color convert

RGB204179190-
CMYK00.120.070.2
HSL333.6º19.69%75.1%-
HSV(B)333.6º12.25%80%-
XYZ50.3248.855.48-
YUV187.73129.28139.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 179 (70.31% from 255) = 31.24%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=35.60%
G=31.24%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417919000.120.070.2333.619.6975.1
HexCCB3BE0C71414e144b
Octal31426327601472451624113
Binary1100110010110011101111100110011110100101001110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3BE; }

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

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

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

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

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

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

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

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