#CDACC1

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

Shades of Maverick #CDACC1

Tints of Maverick #CDACC1

Color information

#CDACC1 (or 0xCDACC1) is unknown color: approx Maverick. HEX triplet: CD, AC and C1. RGB value is (205,172,193). Sum of RGB (Red+Green+Blue) = 205+172+193=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACC1 is #32533E. Grayscale: #B8B8B8. Windows color (decimal): -3298111 or 12692685. OLE color: 12692685.

HSL color Cylindrical-coordinate representation of color #CDACC1: hue angle of 321.82º 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 #CDACC1 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB205172193-
CMYK00.160.060.20
HSL321.82º24.81%73.92%-
HSV(B)321.82º16.1%80.39%-
XYZ49.5646.3356.78-
YUV184.26132.93142.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 193 (75.78% from 255) = 33.86%
R=35.96%
G=30.18%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517219300.160.060.20321.8224.8173.92
HexCDACC1010614142194a
Octal31525430102062450231112
Binary11001101101011001100000101000011010100101000010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACC1; }

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

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

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

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

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

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

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

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