Html Css Color HEX #C6A8CE Prelude

📋 copy color: '#C6A8CE'

red 198 ◦ green 168 ◦ blue 206

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

Shades of Prelude #C6A8CE

Tints of Prelude #C6A8CE

RGB

 RED value IS 198 (77.73% from 255) = 34.62%

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

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

R = 34.62%
G = 29.37%
B = 36.01%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C6A8CE (or 0xC6A8CE) is known color: Prelude. HEX triplet: C6, A8 and CE. RGB value is (198,168,206). Sum of RGB (Red+Green+Blue) = 198+168+206=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6A8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A8CE is #395731. Grayscale: #B5B5B5. Windows color (decimal): -3757874 or 13543622. OLE color: 13543622.

HSL color Cylindrical-coordinate representation of color #C6A8CE: hue angle of 287.37º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6A8CE is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 168 206 -
CMYK 0.04 0.18 0 0.19
HSL 287.37º 0.28% 0.73% -
HSV(B) 287.37º 0.18% 0.81% -
XYZ 48.43 44.47 64.42 -
YUV 181.3 141.94 139.91 -
System Red Green Blue C M Y K H S L
Decimal 198 168 206 0.04 0.18 0 0.19 287.37 0.28 0.73
Hex C6 A8 CE 4 12 0 13 11F 1C 49
Octal 306 250 316 4 22 0 23 437 34 111
Binary 11000110 10101000 11001110 100 10010 0 10011 100011111 11100 1001001

Color Harmonies of #C6A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A8CE

Black with #C6A8CE

Text Example


Text Example

White with #C6A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A8CE; }

 p { color: rgb(198,168,206); }

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

background-color css

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

 a { background-color: rgb(198,168,206); }

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

border-color css

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

 span { border-color: rgb(198,168,206); }

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