Html Css Color HEX #C0ABCF Perfume

📋 copy color: '#C0ABCF'

red 192 ◦ green 171 ◦ blue 207

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

Shades of Perfume #C0ABCF

Tints of Perfume #C0ABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30%

 BLUE value IS 207 (81.25% from 255) = 36.32%

R = 33.68%
G = 30%
B = 36.32%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C0ABCF (or 0xC0ABCF) is known color: Perfume. HEX triplet: C0, AB and CF. RGB value is (192,171,207). Sum of RGB (Red+Green+Blue) = 192+171+207=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #C0ABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABCF is #3F5430. Grayscale: #B5B5B5. Windows color (decimal): -4150321 or 13609920. OLE color: 13609920.

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

Color convert

RGB 192 171 207 -
CMYK 0.07 0.17 0 0.19
HSL 275º 0.27% 0.74% -
HSV(B) 275º 0.17% 0.81% -
XYZ 47.56 44.84 65.18 -
YUV 181.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 192 171 207 0.07 0.17 0 0.19 275 0.27 0.74
Hex C0 AB CF 7 11 0 13 113 1B 4A
Octal 300 253 317 7 21 0 23 423 33 112
Binary 11000000 10101011 11001111 111 10001 0 10011 100010011 11011 1001010

Color Harmonies of #C0ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABCF

Black with #C0ABCF

Text Example


Text Example

White with #C0ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABCF; }

 p { color: rgb(192,171,207); }

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

background-color css

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

 a { background-color: rgb(192,171,207); }

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

border-color css

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

 span { border-color: rgb(192,171,207); }

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