Html Css Color HEX #C5B0CE Prelude

📋 copy color: '#C5B0CE'

red 197 ◦ green 176 ◦ blue 206

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

Shades of Prelude #C5B0CE

Tints of Prelude #C5B0CE

RGB

 RED value IS 197 (77.34% from 255) = 34.02%

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

 BLUE value IS 206 (80.86% from 255) = 35.58%

R = 34.02%
G = 30.4%
B = 35.58%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5B0CE (or 0xC5B0CE) is known color: Prelude. HEX triplet: C5, B0 and CE. RGB value is (197,176,206). Sum of RGB (Red+Green+Blue) = 197+176+206=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5B0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B0CE is #3A4F31. Grayscale: #B9B9B9. Windows color (decimal): -3821362 or 13545669. OLE color: 13545669.

HSL color Cylindrical-coordinate representation of color #C5B0CE: hue angle of 282º degrees, saturation: 0.23, 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 #C5B0CE is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 176 206 -
CMYK 0.04 0.15 0 0.19
HSL 282º 0.23% 0.75% -
HSV(B) 282º 0.15% 0.81% -
XYZ 49.69 47.38 64.92 -
YUV 185.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 197 176 206 0.04 0.15 0 0.19 282 0.23 0.75
Hex C5 B0 CE 4 F 0 13 11A 17 4B
Octal 305 260 316 4 17 0 23 432 27 113
Binary 11000101 10110000 11001110 100 1111 0 10011 100011010 10111 1001011

Color Harmonies of #C5B0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B0CE

Black with #C5B0CE

Text Example


Text Example

White with #C5B0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B0CE; }

 p { color: rgb(197,176,206); }

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

background-color css

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

 a { background-color: rgb(197,176,206); }

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

border-color css

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

 span { border-color: rgb(197,176,206); }

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