Html Css Color HEX #C099FF Perfume

📋 copy color: '#C099FF'

red 192 ◦ green 153 ◦ blue 255

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

Shades of Perfume #C099FF

Tints of Perfume #C099FF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.5%

 BLUE value IS 255 (100% from 255) = 42.5%

R = 32%
G = 25.5%
B = 42.5%

CMYK

 C value IS 0.25

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C099FF (or 0xC099FF) is known color: Perfume. HEX triplet: C0, 99 and FF. RGB value is (192,153,255). Sum of RGB (Red+Green+Blue) = 192+153+255=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #C099FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C099FF is #3F6600. Grayscale: #AFAFAF. Windows color (decimal): -4154881 or 16751040. OLE color: 16751040.

HSL color Cylindrical-coordinate representation of color #C099FF: hue angle of 262.94º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C099FF is Cyan = 0.25, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 153 255 -
CMYK 0.25 0.4 0 0
HSL 262.94º 1% 0.8% -
HSV(B) 262.94º 0.4% 1% -
XYZ 51.18 41.21 99.86 -
YUV 176.29 172.42 139.21 -
System Red Green Blue C M Y K H S L
Decimal 192 153 255 0.25 0.4 0 0 262.94 1 0.8
Hex C0 99 FF 19 28 0 0 107 64 50
Octal 300 231 377 31 50 0 0 407 144 120
Binary 11000000 10011001 11111111 11001 101000 0 0 100000111 1100100 1010000

Color Harmonies of #C099FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C099FF

Black with #C099FF

Text Example


Text Example

White with #C099FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C099FF; }

 p { color: rgb(192,153,255); }

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

background-color css

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

 a { background-color: rgb(192,153,255); }

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

border-color css

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

 span { border-color: rgb(192,153,255); }

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