Html Css Color HEX #C0A7D8 Perfume

📋 copy color: '#C0A7D8'

red 192 ◦ green 167 ◦ blue 216

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

Shades of Perfume #C0A7D8

Tints of Perfume #C0A7D8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.04%

 BLUE value IS 216 (84.77% from 255) = 37.57%

R = 33.39%
G = 29.04%
B = 37.57%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C0A7D8 (or 0xC0A7D8) is known color: Perfume. HEX triplet: C0, A7 and D8. RGB value is (192,167,216). Sum of RGB (Red+Green+Blue) = 192+167+216=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 216 - color contains mainly: blue. Hex color #C0A7D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A7D8 is #3F5827. Grayscale: #B3B3B3. Windows color (decimal): -4151336 or 14198720. OLE color: 14198720.

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

Color convert

RGB 192 167 216 -
CMYK 0.11 0.23 0 0.15
HSL 270.61º 0.39% 0.75% -
HSV(B) 270.61º 0.23% 0.85% -
XYZ 47.95 43.8 70.89 -
YUV 180.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 192 167 216 0.11 0.23 0 0.15 270.61 0.39 0.75
Hex C0 A7 D8 B 17 0 F 10F 27 4B
Octal 300 247 330 13 27 0 17 417 47 113
Binary 11000000 10100111 11011000 1011 10111 0 1111 100001111 100111 1001011

Color Harmonies of #C0A7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A7D8

Black with #C0A7D8

Text Example


Text Example

White with #C0A7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A7D8; }

 p { color: rgb(192,167,216); }

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

background-color css

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

 a { background-color: rgb(192,167,216); }

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

border-color css

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

 span { border-color: rgb(192,167,216); }

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