Html Css Color HEX #C1B1CE Perfume

📋 copy color: '#C1B1CE'

red 193 ◦ green 177 ◦ blue 206

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

Shades of Perfume #C1B1CE

Tints of Perfume #C1B1CE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.73%

 BLUE value IS 206 (80.86% from 255) = 35.76%

R = 33.51%
G = 30.73%
B = 35.76%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C1B1CE (or 0xC1B1CE) is known color: Perfume. HEX triplet: C1, B1 and CE. RGB value is (193,177,206). Sum of RGB (Red+Green+Blue) = 193+177+206=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1B1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B1CE is #3E4E31. Grayscale: #B8B8B8. Windows color (decimal): -4083250 or 13545921. OLE color: 13545921.

HSL color Cylindrical-coordinate representation of color #C1B1CE: hue angle of 273.1º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1B1CE is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 177 206 -
CMYK 0.06 0.14 0 0.19
HSL 273.1º 0.23% 0.75% -
HSV(B) 273.1º 0.14% 0.81% -
XYZ 48.86 47.24 64.94 -
YUV 185.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 193 177 206 0.06 0.14 0 0.19 273.1 0.23 0.75
Hex C1 B1 CE 6 E 0 13 111 17 4B
Octal 301 261 316 6 16 0 23 421 27 113
Binary 11000001 10110001 11001110 110 1110 0 10011 100010001 10111 1001011

Color Harmonies of #C1B1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B1CE

Black with #C1B1CE

Text Example


Text Example

White with #C1B1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B1CE; }

 p { color: rgb(193,177,206); }

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

background-color css

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

 a { background-color: rgb(193,177,206); }

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

border-color css

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

 span { border-color: rgb(193,177,206); }

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