Html Css Color HEX #CDABBD Maverick

📋 copy color: '#CDABBD'

red 205 ◦ green 171 ◦ blue 189

#CDABBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #CDABBD

Tints of Maverick #CDABBD

RGB

 RED value IS 205 (80.47% from 255) = 36.28%

 GREEN value IS 171 (67.19% from 255) = 30.27%

 BLUE value IS 189 (74.22% from 255) = 33.45%

R = 36.28%
G = 30.27%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CDABBD (or 0xCDABBD) is known color: Maverick. HEX triplet: CD, AB and BD. RGB value is (205,171,189). Sum of RGB (Red+Green+Blue) = 205+171+189=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABBD is #325442. Grayscale: #B7B7B7. Windows color (decimal): -3298371 or 12430285. OLE color: 12430285.

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

Color convert

RGB 205 171 189 -
CMYK 0 0.17 0.08 0.20
HSL 328.24º 0.25% 0.74% -
HSV(B) 328.24º 0.17% 0.8% -
XYZ 48.93 45.78 54.4 -
YUV 183.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 205 171 189 0 0.17 0.08 0.20 328.24 0.25 0.74
Hex CD AB BD 0 11 8 14 148 19 4A
Octal 315 253 275 0 21 10 24 510 31 112
Binary 11001101 10101011 10111101 0 10001 1000 10100 101001000 11001 1001010

Color Harmonies of #CDABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDABBD

Black with #CDABBD

Text Example


Text Example

White with #CDABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDABBD; }

 p { color: rgb(205,171,189); }

 H1.HeaderClassName
 {
   color: #CDABBD;
 }
 .AnyTagClassName
 {
   color: #CDABBD;
 }
</style>

background-color css

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

 a { background-color: rgb(205,171,189); }

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

border-color css

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

 span { border-color: rgb(205,171,189); }

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