#CCBCC7

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

Shades of Maverick #CCBCC7

Tints of Maverick #CCBCC7

Color information

#CCBCC7 (or 0xCCBCC7) is unknown color: approx Maverick. HEX triplet: CC, BC and C7. RGB value is (204,188,199). Sum of RGB (Red+Green+Blue) = 204+188+199=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCC7 is #334338. Grayscale: #C2C2C2. Windows color (decimal): -3359545 or 13089996. OLE color: 13089996.

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

Color convert

RGB204188199-
CMYK00.080.020.2
HSL318.75º13.56%76.86%-
HSV(B)318.75º7.84%80%-
XYZ53.1952.9361.45-
YUV194.04130.8135.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 188 (73.83% from 255) = 31.81%
BLUE value IS 199 (78.12% from 255) = 33.67%
R=34.52%
G=31.81%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418819900.080.020.2318.7513.5676.86
HexCCBCC70821413fe4d
Octal31427430701022447716115
Binary11001100101111001100011101000101010010011111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCC7; }

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

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

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

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

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

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

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

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