Html Css Color HEX #C1B0D0 Perfume

📋 copy color: '#C1B0D0'

red 193 ◦ green 176 ◦ blue 208

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

Shades of Perfume #C1B0D0

Tints of Perfume #C1B0D0

RGB

 RED value IS 193 (75.78% from 255) = 33.45%

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

 BLUE value IS 208 (81.64% from 255) = 36.05%

R = 33.45%
G = 30.5%
B = 36.05%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C1B0D0 (or 0xC1B0D0) is known color: Perfume. HEX triplet: C1, B0 and D0. RGB value is (193,176,208). Sum of RGB (Red+Green+Blue) = 193+176+208=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #C1B0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B0D0 is #3E4F2F. Grayscale: #B8B8B8. Windows color (decimal): -4083504 or 13676737. OLE color: 13676737.

HSL color Cylindrical-coordinate representation of color #C1B0D0: hue angle of 271.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1B0D0 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 176 208 -
CMYK 0.07 0.15 0 0.18
HSL 271.88º 0.25% 0.75% -
HSV(B) 271.88º 0.15% 0.82% -
XYZ 48.9 46.94 66.16 -
YUV 184.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 193 176 208 0.07 0.15 0 0.18 271.88 0.25 0.75
Hex C1 B0 D0 7 F 0 12 110 19 4B
Octal 301 260 320 7 17 0 22 420 31 113
Binary 11000001 10110000 11010000 111 1111 0 10010 100010000 11001 1001011

Color Harmonies of #C1B0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B0D0

Black with #C1B0D0

Text Example


Text Example

White with #C1B0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B0D0; }

 p { color: rgb(193,176,208); }

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

background-color css

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

 a { background-color: rgb(193,176,208); }

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

border-color css

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

 span { border-color: rgb(193,176,208); }

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