#CFB2C6

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

Shades of Maverick #CFB2C6

Tints of Maverick #CFB2C6

Color information

#CFB2C6 (or 0xCFB2C6) is unknown color: approx Maverick. HEX triplet: CF, B2 and C6. RGB value is (207,178,198). Sum of RGB (Red+Green+Blue) = 207+178+198=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2C6 is #304D39. Grayscale: #BCBCBC. Windows color (decimal): -3165498 or 13021903. OLE color: 13021903.

HSL color Cylindrical-coordinate representation of color #CFB2C6: hue angle of 318.62º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB2C6 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB207178198-
CMYK00.140.040.19
HSL318.62º23.2%75.49%-
HSV(B)318.62º14.01%81.18%-
XYZ51.8549.1860.19-
YUV188.95133.11140.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.51%
GREEN value IS 178 (69.92% from 255) = 30.53%
BLUE value IS 198 (77.73% from 255) = 33.96%
R=35.51%
G=30.53%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717819800.140.040.19318.6223.275.49
HexCFB2C60E41313f174b
Octal31726230601642347727113
Binary1100111110110010110001100111010010011100111111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB2C6; }

 p { color: rgb(207,178,198); }

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

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

 a { background-color: rgb(207,178,198); }

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

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

 span { border-color: rgb(207,178,198); }

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