#CFAFC4

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

Shades of Maverick #CFAFC4

Tints of Maverick #CFAFC4

Color information

#CFAFC4 (or 0xCFAFC4) is unknown color: approx Maverick. HEX triplet: CF, AF and C4. RGB value is (207,175,196). Sum of RGB (Red+Green+Blue) = 207+175+196=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFC4 is #30503B. Grayscale: #BABABA. Windows color (decimal): -3166268 or 12890063. OLE color: 12890063.

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

Color convert

RGB207175196-
CMYK00.150.050.19
HSL320.62º25%74.9%-
HSV(B)320.62º15.46%81.18%-
XYZ51.0347.9158.78-
YUV186.96133.1142.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.81%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 196 (76.95% from 255) = 33.91%
R=35.81%
G=30.28%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717519600.150.050.19320.622574.9
HexCFAFC40F513141194b
Octal31725730401752350131113
Binary1100111110101111110001000111110110011101000001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFC4; }

 p { color: rgb(207,175,196); }

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

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

 a { background-color: rgb(207,175,196); }

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

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

 span { border-color: rgb(207,175,196); }

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