#CFAAC8

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

Shades of Maverick #CFAAC8

Tints of Maverick #CFAAC8

Color information

#CFAAC8 (or 0xCFAAC8) is unknown color: approx Maverick. HEX triplet: CF, AA and C8. RGB value is (207,170,200). Sum of RGB (Red+Green+Blue) = 207+170+200=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAAC8 is #305537. Grayscale: #B8B8B8. Windows color (decimal): -3167544 or 13150927. OLE color: 13150927.

HSL color Cylindrical-coordinate representation of color #CFAAC8: hue angle of 311.35º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFAAC8 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB207170200-
CMYK00.180.030.19
HSL311.35º27.82%73.92%-
HSV(B)311.35º17.87%81.18%-
XYZ50.5346.1860.89-
YUV184.48136.76144.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 170 (66.80% from 255) = 29.46%
BLUE value IS 200 (78.52% from 255) = 34.66%
R=35.88%
G=29.46%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717020000.180.030.19311.3527.8273.92
HexCFAAC80123131371c4a
Octal31725231002232346734112
Binary1100111110101010110010000100101110011100110111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAC8; }

 p { color: rgb(207,170,200); }

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

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

 a { background-color: rgb(207,170,200); }

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

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

 span { border-color: rgb(207,170,200); }

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