Html Css Color HEX #C7B0DB Perfume

📋 copy color: '#C7B0DB'

red 199 ◦ green 176 ◦ blue 219

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

Shades of Perfume #C7B0DB

Tints of Perfume #C7B0DB

RGB

 RED value IS 199 (78.13% from 255) = 33.5%

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

 BLUE value IS 219 (85.94% from 255) = 36.87%

R = 33.5%
G = 29.63%
B = 36.87%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7B0DB (or 0xC7B0DB) is known color: Perfume. HEX triplet: C7, B0 and DB. RGB value is (199,176,219). Sum of RGB (Red+Green+Blue) = 199+176+219=594 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.50% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B0DB is #384F24. Grayscale: #BBBBBB. Windows color (decimal): -3690277 or 14397639. OLE color: 14397639.

HSL color Cylindrical-coordinate representation of color #C7B0DB: hue angle of 272.09º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7B0DB is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 176 219 -
CMYK 0.09 0.20 0 0.14
HSL 272.09º 0.37% 0.77% -
HSV(B) 272.09º 0.2% 0.86% -
XYZ 51.86 48.31 73.61 -
YUV 187.78 145.62 136 -
System Red Green Blue C M Y K H S L
Decimal 199 176 219 0.09 0.20 0 0.14 272.09 0.37 0.77
Hex C7 B0 DB 9 14 0 E 110 25 4D
Octal 307 260 333 11 24 0 16 420 45 115
Binary 11000111 10110000 11011011 1001 10100 0 1110 100010000 100101 1001101

Color Harmonies of #C7B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B0DB

Black with #C7B0DB

Text Example


Text Example

White with #C7B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B0DB; }

 p { color: rgb(199,176,219); }

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

background-color css

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

 a { background-color: rgb(199,176,219); }

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

border-color css

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

 span { border-color: rgb(199,176,219); }

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