Html Css Color HEX #C6B0DF Perfume

📋 copy color: '#C6B0DF'

red 198 ◦ green 176 ◦ blue 223

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

Shades of Perfume #C6B0DF

Tints of Perfume #C6B0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.35%

R = 33.17%
G = 29.48%
B = 37.35%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6B0DF (or 0xC6B0DF) is known color: Perfume. HEX triplet: C6, B0 and DF. RGB value is (198,176,223). Sum of RGB (Red+Green+Blue) = 198+176+223=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6B0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B0DF is #394F20. Grayscale: #BBBBBB. Windows color (decimal): -3755809 or 14659782. OLE color: 14659782.

HSL color Cylindrical-coordinate representation of color #C6B0DF: hue angle of 268.09º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6B0DF is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 176 223 -
CMYK 0.11 0.21 0 0.13
HSL 268.09º 0.42% 0.78% -
HSV(B) 268.09º 0.21% 0.87% -
XYZ 52.13 48.38 76.4 -
YUV 187.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 198 176 223 0.11 0.21 0 0.13 268.09 0.42 0.78
Hex C6 B0 DF B 15 0 D 10C 2A 4E
Octal 306 260 337 13 25 0 15 414 52 116
Binary 11000110 10110000 11011111 1011 10101 0 1101 100001100 101010 1001110

Color Harmonies of #C6B0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B0DF

Black with #C6B0DF

Text Example


Text Example

White with #C6B0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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