Html Css Color HEX #C9ABCF Prelude

📋 copy color: '#C9ABCF'

red 201 ◦ green 171 ◦ blue 207

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

Shades of Prelude #C9ABCF

Tints of Prelude #C9ABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.53%

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

R = 34.72%
G = 29.53%
B = 35.75%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9ABCF (or 0xC9ABCF) is known color: Prelude. HEX triplet: C9, AB and CF. RGB value is (201,171,207). Sum of RGB (Red+Green+Blue) = 201+171+207=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9ABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ABCF is #365430. Grayscale: #B7B7B7. Windows color (decimal): -3560497 or 13609929. OLE color: 13609929.

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

Color convert

RGB 201 171 207 -
CMYK 0.03 0.17 0 0.19
HSL 290º 0.27% 0.74% -
HSV(B) 290º 0.17% 0.81% -
XYZ 49.91 46.05 65.29 -
YUV 184.07 140.94 140.07 -
System Red Green Blue C M Y K H S L
Decimal 201 171 207 0.03 0.17 0 0.19 290 0.27 0.74
Hex C9 AB CF 3 11 0 13 122 1B 4A
Octal 311 253 317 3 21 0 23 442 33 112
Binary 11001001 10101011 11001111 11 10001 0 10011 100100010 11011 1001010

Color Harmonies of #C9ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ABCF

Black with #C9ABCF

Text Example


Text Example

White with #C9ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ABCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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