Html Css Color HEX #C0A8E4 Perfume

📋 copy color: '#C0A8E4'

red 192 ◦ green 168 ◦ blue 228

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

Shades of Perfume #C0A8E4

Tints of Perfume #C0A8E4

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.57%

 BLUE value IS 228 (89.45% from 255) = 38.78%

R = 32.65%
G = 28.57%
B = 38.78%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C0A8E4 (or 0xC0A8E4) is known color: Perfume. HEX triplet: C0, A8 and E4. RGB value is (192,168,228). Sum of RGB (Red+Green+Blue) = 192+168+228=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 228 - color contains mainly: blue. Hex color #C0A8E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A8E4 is #3F571B. Grayscale: #B5B5B5. Windows color (decimal): -4151068 or 14985408. OLE color: 14985408.

HSL color Cylindrical-coordinate representation of color #C0A8E4: hue angle of 264º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0A8E4 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 168 228 -
CMYK 0.16 0.26 0 0.11
HSL 264º 0.53% 0.78% -
HSV(B) 264º 0.26% 0.89% -
XYZ 49.74 44.81 79.43 -
YUV 182.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 192 168 228 0.16 0.26 0 0.11 264 0.53 0.78
Hex C0 A8 E4 10 1A 0 B 108 35 4E
Octal 300 250 344 20 32 0 13 410 65 116
Binary 11000000 10101000 11100100 10000 11010 0 1011 100001000 110101 1001110

Color Harmonies of #C0A8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A8E4

Black with #C0A8E4

Text Example


Text Example

White with #C0A8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A8E4; }

 p { color: rgb(192,168,228); }

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

background-color css

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

 a { background-color: rgb(192,168,228); }

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

border-color css

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

 span { border-color: rgb(192,168,228); }

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