Html Css Color HEX #C8AACF Prelude

📋 copy color: '#C8AACF'

red 200 ◦ green 170 ◦ blue 207

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

Shades of Prelude #C8AACF

Tints of Prelude #C8AACF

RGB

 RED value IS 200 (78.52% from 255) = 34.66%

 GREEN value IS 170 (66.8% from 255) = 29.46%

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

R = 34.66%
G = 29.46%
B = 35.88%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C8AACF (or 0xC8AACF) is known color: Prelude. HEX triplet: C8, AA and CF. RGB value is (200,170,207). Sum of RGB (Red+Green+Blue) = 200+170+207=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AACF is #375530. Grayscale: #B7B7B7. Windows color (decimal): -3626289 or 13609672. OLE color: 13609672.

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

Color convert

RGB 200 170 207 -
CMYK 0.03 0.18 0 0.19
HSL 288.65º 0.28% 0.74% -
HSV(B) 288.65º 0.18% 0.81% -
XYZ 49.46 45.53 65.21 -
YUV 183.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 200 170 207 0.03 0.18 0 0.19 288.65 0.28 0.74
Hex C8 AA CF 3 12 0 13 121 1C 4A
Octal 310 252 317 3 22 0 23 441 34 112
Binary 11001000 10101010 11001111 11 10010 0 10011 100100001 11100 1001010

Color Harmonies of #C8AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AACF

Black with #C8AACF

Text Example


Text Example

White with #C8AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AACF; }

 p { color: rgb(200,170,207); }

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

background-color css

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

 a { background-color: rgb(200,170,207); }

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

border-color css

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

 span { border-color: rgb(200,170,207); }

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