#CFADC3

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

Shades of Maverick #CFADC3

Tints of Maverick #CFADC3

Color information

#CFADC3 (or 0xCFADC3) is unknown color: approx Maverick. HEX triplet: CF, AD and C3. RGB value is (207,173,195). Sum of RGB (Red+Green+Blue) = 207+173+195=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADC3 is #30523C. Grayscale: #B9B9B9. Windows color (decimal): -3166781 or 12824015. OLE color: 12824015.

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

Color convert

RGB207173195-
CMYK00.160.060.19
HSL321.18º26.15%74.51%-
HSV(B)321.18º16.43%81.18%-
XYZ50.5347.0958.06-
YUV185.67133.26143.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 195 (76.56% from 255) = 33.91%
R=36%
G=30.09%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717319500.160.060.19321.1826.1574.51
HexCFADC30106131411a4b
Octal31725530302062350132113
Binary11001111101011011100001101000011010011101000001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADC3; }

 p { color: rgb(207,173,195); }

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

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

 a { background-color: rgb(207,173,195); }

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

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

 span { border-color: rgb(207,173,195); }

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