Html Css Color HEX #C1B2CE Perfume

📋 copy color: '#C1B2CE'

red 193 ◦ green 178 ◦ blue 206

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

Shades of Perfume #C1B2CE

Tints of Perfume #C1B2CE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.85%

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

R = 33.45%
G = 30.85%
B = 35.7%

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

#C1B2CE (or 0xC1B2CE) is known color: Perfume. HEX triplet: C1, B2 and CE. RGB value is (193,178,206). Sum of RGB (Red+Green+Blue) = 193+178+206=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1B2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B2CE is #3E4D31. Grayscale: #B9B9B9. Windows color (decimal): -4082994 or 13546177. OLE color: 13546177.

HSL color Cylindrical-coordinate representation of color #C1B2CE: hue angle of 272.14º degrees, saturation: 0.22, 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 #C1B2CE is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 178 206 -
CMYK 0.06 0.14 0 0.19
HSL 272.14º 0.22% 0.75% -
HSV(B) 272.14º 0.14% 0.81% -
XYZ 49.05 47.63 65 -
YUV 185.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 193 178 206 0.06 0.14 0 0.19 272.14 0.22 0.75
Hex C1 B2 CE 6 E 0 13 110 16 4B
Octal 301 262 316 6 16 0 23 420 26 113
Binary 11000001 10110010 11001110 110 1110 0 10011 100010000 10110 1001011

Color Harmonies of #C1B2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B2CE

Black with #C1B2CE

Text Example


Text Example

White with #C1B2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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