Html Css Color HEX #CDABBB Maverick

📋 copy color: '#CDABBB'

red 205 ◦ green 171 ◦ blue 187

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

Shades of Maverick #CDABBB

Tints of Maverick #CDABBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.21%

R = 36.41%
G = 30.37%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CDABBB (or 0xCDABBB) is known color: Maverick. HEX triplet: CD, AB and BB. RGB value is (205,171,187). Sum of RGB (Red+Green+Blue) = 205+171+187=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABBB is #325444. Grayscale: #B6B6B6. Windows color (decimal): -3298373 or 12299213. OLE color: 12299213.

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

Color convert

RGB 205 171 187 -
CMYK 0 0.17 0.09 0.20
HSL 331.76º 0.25% 0.74% -
HSV(B) 331.76º 0.17% 0.8% -
XYZ 48.71 45.69 53.27 -
YUV 182.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 205 171 187 0 0.17 0.09 0.20 331.76 0.25 0.74
Hex CD AB BB 0 11 9 14 14C 19 4A
Octal 315 253 273 0 21 11 24 514 31 112
Binary 11001101 10101011 10111011 0 10001 1001 10100 101001100 11001 1001010

Color Harmonies of #CDABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDABBB

Black with #CDABBB

Text Example


Text Example

White with #CDABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDABBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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