#CDAFC1

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

Shades of Maverick #CDAFC1

Tints of Maverick #CDAFC1

Color information

#CDAFC1 (or 0xCDAFC1) is unknown color: approx Maverick. HEX triplet: CD, AF and C1. RGB value is (205,175,193). Sum of RGB (Red+Green+Blue) = 205+175+193=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFC1 is #32503E. Grayscale: #B9B9B9. Windows color (decimal): -3297343 or 12693453. OLE color: 12693453.

HSL color Cylindrical-coordinate representation of color #CDAFC1: hue angle of 324º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDAFC1 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB205175193-
CMYK00.150.060.20
HSL324º23.08%74.51%-
HSV(B)324º14.63%80.39%-
XYZ50.1347.4956.98-
YUV186.02131.94141.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.78%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 193 (75.78% from 255) = 33.68%
R=35.78%
G=30.54%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517519300.150.060.2032423.0874.51
HexCDAFC10F614144174b
Octal31525730101762450427113
Binary1100110110101111110000010111111010100101000100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFC1; }

 p { color: rgb(205,175,193); }

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

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

 a { background-color: rgb(205,175,193); }

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

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

 span { border-color: rgb(205,175,193); }

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