#CDACC4

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

Shades of Maverick #CDACC4

Tints of Maverick #CDACC4

Color information

#CDACC4 (or 0xCDACC4) is unknown color: approx Maverick. HEX triplet: CD, AC and C4. RGB value is (205,172,196). Sum of RGB (Red+Green+Blue) = 205+172+196=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACC4 is #32533B. Grayscale: #B8B8B8. Windows color (decimal): -3298108 or 12889293. OLE color: 12889293.

HSL color Cylindrical-coordinate representation of color #CDACC4: hue angle of 316.36º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDACC4 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB205172196-
CMYK00.160.040.20
HSL316.36º24.81%73.92%-
HSV(B)316.36º16.1%80.39%-
XYZ49.8946.4758.56-
YUV184.6134.43142.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.78%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=35.78%
G=30.02%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517219600.160.040.20316.3624.8173.92
HexCDACC401041413c194a
Octal31525430402042447431112
Binary11001101101011001100010001000010010100100111100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACC4; }

 p { color: rgb(205,172,196); }

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

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

 a { background-color: rgb(205,172,196); }

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

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

 span { border-color: rgb(205,172,196); }

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