Html Css Color HEX #C1B0C9 Prelude

📋 copy color: '#C1B0C9'

red 193 ◦ green 176 ◦ blue 201

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

Shades of Prelude #C1B0C9

Tints of Prelude #C1B0C9

RGB

 RED value IS 193 (75.78% from 255) = 33.86%

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

 BLUE value IS 201 (78.91% from 255) = 35.26%

R = 33.86%
G = 30.88%
B = 35.26%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C1B0C9 (or 0xC1B0C9) is known color: Prelude. HEX triplet: C1, B0 and C9. RGB value is (193,176,201). Sum of RGB (Red+Green+Blue) = 193+176+201=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 201 - color contains mainly: blue. Hex color #C1B0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B0C9 is #3E4F36. Grayscale: #B7B7B7. Windows color (decimal): -4083511 or 13217985. OLE color: 13217985.

HSL color Cylindrical-coordinate representation of color #C1B0C9: hue angle of 280.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1B0C9 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 176 201 -
CMYK 0.04 0.12 0 0.21
HSL 280.8º 0.19% 0.74% -
HSV(B) 280.8º 0.12% 0.79% -
XYZ 48.06 46.61 61.72 -
YUV 183.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 193 176 201 0.04 0.12 0 0.21 280.8 0.19 0.74
Hex C1 B0 C9 4 C 0 15 119 13 4A
Octal 301 260 311 4 14 0 25 431 23 112
Binary 11000001 10110000 11001001 100 1100 0 10101 100011001 10011 1001010

Color Harmonies of #C1B0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B0C9

Black with #C1B0C9

Text Example


Text Example

White with #C1B0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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