Html Css Color HEX #C0B0CE Perfume

📋 copy color: '#C0B0CE'

red 192 ◦ green 176 ◦ blue 206

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

Shades of Perfume #C0B0CE

Tints of Perfume #C0B0CE

RGB

 RED value IS 192 (75.39% from 255) = 33.45%

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

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

R = 33.45%
G = 30.66%
B = 35.89%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C0B0CE (or 0xC0B0CE) is known color: Perfume. HEX triplet: C0, B0 and CE. RGB value is (192,176,206). Sum of RGB (Red+Green+Blue) = 192+176+206=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0B0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B0CE is #3F4F31. Grayscale: #B8B8B8. Windows color (decimal): -4149042 or 13545664. OLE color: 13545664.

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

Color convert

RGB 192 176 206 -
CMYK 0.07 0.15 0 0.19
HSL 272º 0.23% 0.75% -
HSV(B) 272º 0.15% 0.81% -
XYZ 48.4 46.71 64.86 -
YUV 184.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 192 176 206 0.07 0.15 0 0.19 272 0.23 0.75
Hex C0 B0 CE 7 F 0 13 110 17 4B
Octal 300 260 316 7 17 0 23 420 27 113
Binary 11000000 10110000 11001110 111 1111 0 10011 100010000 10111 1001011

Color Harmonies of #C0B0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B0CE

Black with #C0B0CE

Text Example


Text Example

White with #C0B0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B0CE; }

 p { color: rgb(192,176,206); }

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

background-color css

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

 a { background-color: rgb(192,176,206); }

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

border-color css

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

 span { border-color: rgb(192,176,206); }

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