Html Css Color HEX #C9AACF Prelude

📋 copy color: '#C9AACF'

red 201 ◦ green 170 ◦ blue 207

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

Shades of Prelude #C9AACF

Tints of Prelude #C9AACF

RGB

 RED value IS 201 (78.91% from 255) = 34.78%

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

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

R = 34.78%
G = 29.41%
B = 35.81%

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

#C9AACF (or 0xC9AACF) is known color: Prelude. HEX triplet: C9, AA and CF. RGB value is (201,170,207). Sum of RGB (Red+Green+Blue) = 201+170+207=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AACF is #365530. Grayscale: #B7B7B7. Windows color (decimal): -3560753 or 13609673. OLE color: 13609673.

HSL color Cylindrical-coordinate representation of color #C9AACF: hue angle of 290.27º 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 #C9AACF is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 170 207 -
CMYK 0.03 0.18 0 0.19
HSL 290.27º 0.28% 0.74% -
HSV(B) 290.27º 0.18% 0.81% -
XYZ 49.72 45.67 65.23 -
YUV 183.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 201 170 207 0.03 0.18 0 0.19 290.27 0.28 0.74
Hex C9 AA CF 3 12 0 13 122 1C 4A
Octal 311 252 317 3 22 0 23 442 34 112
Binary 11001001 10101010 11001111 11 10010 0 10011 100100010 11100 1001010

Color Harmonies of #C9AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AACF

Black with #C9AACF

Text Example


Text Example

White with #C9AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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