Html Css Color HEX #C6B0DB Perfume

📋 copy color: '#C6B0DB'

red 198 ◦ green 176 ◦ blue 219

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

Shades of Perfume #C6B0DB

Tints of Perfume #C6B0DB

RGB

 RED value IS 198 (77.73% from 255) = 33.39%

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

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

R = 33.39%
G = 29.68%
B = 36.93%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6B0DB (or 0xC6B0DB) is known color: Perfume. HEX triplet: C6, B0 and DB. RGB value is (198,176,219). Sum of RGB (Red+Green+Blue) = 198+176+219=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B0DB is #394F24. Grayscale: #BBBBBB. Windows color (decimal): -3755813 or 14397638. OLE color: 14397638.

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

Color convert

RGB 198 176 219 -
CMYK 0.10 0.20 0 0.14
HSL 270.7º 0.37% 0.77% -
HSV(B) 270.7º 0.2% 0.86% -
XYZ 51.6 48.17 73.6 -
YUV 187.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 198 176 219 0.10 0.20 0 0.14 270.7 0.37 0.77
Hex C6 B0 DB A 14 0 E 10F 25 4D
Octal 306 260 333 12 24 0 16 417 45 115
Binary 11000110 10110000 11011011 1010 10100 0 1110 100001111 100101 1001101

Color Harmonies of #C6B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B0DB

Black with #C6B0DB

Text Example


Text Example

White with #C6B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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