#CFAFC8

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

Shades of Maverick #CFAFC8

Tints of Maverick #CFAFC8

Color information

#CFAFC8 (or 0xCFAFC8) is unknown color: approx Maverick. HEX triplet: CF, AF and C8. RGB value is (207,175,200). Sum of RGB (Red+Green+Blue) = 207+175+200=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFC8 is #305037. Grayscale: #BBBBBB. Windows color (decimal): -3166264 or 13152207. OLE color: 13152207.

HSL color Cylindrical-coordinate representation of color #CFAFC8: hue angle of 313.12º 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 #CFAFC8 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB207175200-
CMYK00.150.030.19
HSL313.12º25%74.9%-
HSV(B)313.12º15.46%81.18%-
XYZ51.4948.161.21-
YUV187.42135.1141.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.57%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 200 (78.52% from 255) = 34.36%
R=35.57%
G=30.07%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717520000.150.030.19313.122574.9
HexCFAFC80F313139194b
Octal31725731001732347131113
Binary110011111010111111001000011111110011100111001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFC8; }

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

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

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

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

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

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

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

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