Html Css Color HEX #CDA5BD Maverick

📋 copy color: '#CDA5BD'

red 205 ◦ green 165 ◦ blue 189

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

Shades of Maverick #CDA5BD

Tints of Maverick #CDA5BD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.52%

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

R = 36.67%
G = 29.52%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CDA5BD (or 0xCDA5BD) is known color: Maverick. HEX triplet: CD, A5 and BD. RGB value is (205,165,189). Sum of RGB (Red+Green+Blue) = 205+165+189=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA5BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5BD is #325A42. Grayscale: #B3B3B3. Windows color (decimal): -3299907 or 12428749. OLE color: 12428749.

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

Color convert

RGB 205 165 189 -
CMYK 0 0.20 0.08 0.20
HSL 324º 0.29% 0.73% -
HSV(B) 324º 0.2% 0.8% -
XYZ 47.82 43.56 54.03 -
YUV 179.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 205 165 189 0 0.20 0.08 0.20 324 0.29 0.73
Hex CD A5 BD 0 14 8 14 144 1D 49
Octal 315 245 275 0 24 10 24 504 35 111
Binary 11001101 10100101 10111101 0 10100 1000 10100 101000100 11101 1001001

Color Harmonies of #CDA5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA5BD

Black with #CDA5BD

Text Example


Text Example

White with #CDA5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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