Html Css Color HEX #C9B0CF Prelude

📋 copy color: '#C9B0CF'

red 201 ◦ green 176 ◦ blue 207

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

Shades of Prelude #C9B0CF

Tints of Prelude #C9B0CF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.14%

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

R = 34.42%
G = 30.14%
B = 35.45%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9B0CF (or 0xC9B0CF) is known color: Prelude. HEX triplet: C9, B0 and CF. RGB value is (201,176,207). Sum of RGB (Red+Green+Blue) = 201+176+207=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9B0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B0CF is #364F30. Grayscale: #BABABA. Windows color (decimal): -3559217 or 13611209. OLE color: 13611209.

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

Color convert

RGB 201 176 207 -
CMYK 0.03 0.15 0 0.19
HSL 288.39º 0.24% 0.75% -
HSV(B) 288.39º 0.15% 0.81% -
XYZ 50.88 47.97 65.61 -
YUV 187.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 201 176 207 0.03 0.15 0 0.19 288.39 0.24 0.75
Hex C9 B0 CF 3 F 0 13 120 18 4B
Octal 311 260 317 3 17 0 23 440 30 113
Binary 11001001 10110000 11001111 11 1111 0 10011 100100000 11000 1001011

Color Harmonies of #C9B0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B0CF

Black with #C9B0CF

Text Example


Text Example

White with #C9B0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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