Html Css Color HEX #C5B0CC Prelude

📋 copy color: '#C5B0CC'

red 197 ◦ green 176 ◦ blue 204

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

Shades of Prelude #C5B0CC

Tints of Prelude #C5B0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.36%

R = 34.14%
G = 30.5%
B = 35.36%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C5B0CC (or 0xC5B0CC) is known color: Prelude. HEX triplet: C5, B0 and CC. RGB value is (197,176,204). Sum of RGB (Red+Green+Blue) = 197+176+204=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5B0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B0CC is #3A4F33. Grayscale: #B9B9B9. Windows color (decimal): -3821364 or 13414597. OLE color: 13414597.

HSL color Cylindrical-coordinate representation of color #C5B0CC: hue angle of 285º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5B0CC is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 176 204 -
CMYK 0.03 0.14 0 0.2
HSL 285º 0.22% 0.75% -
HSV(B) 285º 0.14% 0.8% -
XYZ 49.45 47.28 63.65 -
YUV 185.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 197 176 204 0.03 0.14 0 0.2 285 0.22 0.75
Hex C5 B0 CC 3 E 0 14 11D 16 4B
Octal 305 260 314 3 16 0 24 435 26 113
Binary 11000101 10110000 11001100 11 1110 0 10100 100011101 10110 1001011

Color Harmonies of #C5B0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B0CC

Black with #C5B0CC

Text Example


Text Example

White with #C5B0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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