#CFA8C0

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

Shades of Maverick #CFA8C0

Tints of Maverick #CFA8C0

Color information

#CFA8C0 (or 0xCFA8C0) is unknown color: approx Maverick. HEX triplet: CF, A8 and C0. RGB value is (207,168,192). Sum of RGB (Red+Green+Blue) = 207+168+192=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8C0 is #30573F. Grayscale: #B6B6B6. Windows color (decimal): -3168064 or 12626127. OLE color: 12626127.

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

Color convert

RGB207168192-
CMYK00.190.070.19
HSL323.08º28.89%73.53%-
HSV(B)323.08º18.84%81.18%-
XYZ49.2545.0855.97-
YUV182.4133.42145.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.51%
GREEN value IS 168 (66.02% from 255) = 29.63%
BLUE value IS 192 (75.39% from 255) = 33.86%
R=36.51%
G=29.63%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716819200.190.070.19323.0828.8973.53
HexCFA8C00137131431d4a
Octal31725030002372350335112
Binary11001111101010001100000001001111110011101000011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA8C0; }

 p { color: rgb(207,168,192); }

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

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

 a { background-color: rgb(207,168,192); }

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

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

 span { border-color: rgb(207,168,192); }

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