Html Css Color HEX #CDB0BE Maverick

📋 copy color: '#CDB0BE'

red 205 ◦ green 176 ◦ blue 190

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

Shades of Maverick #CDB0BE

Tints of Maverick #CDB0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.82%

 BLUE value IS 190 (74.61% from 255) = 33.27%

R = 35.9%
G = 30.82%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CDB0BE (or 0xCDB0BE) is known color: Maverick. HEX triplet: CD, B0 and BE. RGB value is (205,176,190). Sum of RGB (Red+Green+Blue) = 205+176+190=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0BE is #324F41. Grayscale: #BABABA. Windows color (decimal): -3297090 or 12497101. OLE color: 12497101.

HSL color Cylindrical-coordinate representation of color #CDB0BE: hue angle of 331.03º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDB0BE is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 176 190 -
CMYK 0 0.14 0.07 0.20
HSL 331.03º 0.22% 0.75% -
HSV(B) 331.03º 0.14% 0.8% -
XYZ 50 47.75 55.3 -
YUV 186.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 205 176 190 0 0.14 0.07 0.20 331.03 0.22 0.75
Hex CD B0 BE 0 E 7 14 14B 16 4B
Octal 315 260 276 0 16 7 24 513 26 113
Binary 11001101 10110000 10111110 0 1110 111 10100 101001011 10110 1001011

Color Harmonies of #CDB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB0BE

Black with #CDB0BE

Text Example


Text Example

White with #CDB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB0BE; }

 p { color: rgb(205,176,190); }

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

background-color css

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

 a { background-color: rgb(205,176,190); }

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

border-color css

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

 span { border-color: rgb(205,176,190); }

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