Html Css Color HEX #C0AFCE Perfume

📋 copy color: '#C0AFCE'

red 192 ◦ green 175 ◦ blue 206

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

Shades of Perfume #C0AFCE

Tints of Perfume #C0AFCE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.54%

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

R = 33.51%
G = 30.54%
B = 35.95%

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

#C0AFCE (or 0xC0AFCE) is known color: Perfume. HEX triplet: C0, AF and CE. RGB value is (192,175,206). Sum of RGB (Red+Green+Blue) = 192+175+206=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFCE is #3F5031. Grayscale: #B7B7B7. Windows color (decimal): -4149298 or 13545408. OLE color: 13545408.

HSL color Cylindrical-coordinate representation of color #C0AFCE: hue angle of 272.9º degrees, saturation: 0.24, 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 #C0AFCE is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 175 206 -
CMYK 0.07 0.15 0 0.19
HSL 272.9º 0.24% 0.75% -
HSV(B) 272.9º 0.15% 0.81% -
XYZ 48.21 46.32 64.79 -
YUV 183.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 192 175 206 0.07 0.15 0 0.19 272.9 0.24 0.75
Hex C0 AF CE 7 F 0 13 111 18 4B
Octal 300 257 316 7 17 0 23 421 30 113
Binary 11000000 10101111 11001110 111 1111 0 10011 100010001 11000 1001011

Color Harmonies of #C0AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFCE

Black with #C0AFCE

Text Example


Text Example

White with #C0AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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