Html Css Color HEX #C5B0CA Prelude

📋 copy color: '#C5B0CA'

red 197 ◦ green 176 ◦ blue 202

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

Shades of Prelude #C5B0CA

Tints of Prelude #C5B0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.13%

R = 34.26%
G = 30.61%
B = 35.13%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C5B0CA (or 0xC5B0CA) is known color: Prelude. HEX triplet: C5, B0 and CA. RGB value is (197,176,202). Sum of RGB (Red+Green+Blue) = 197+176+202=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5B0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B0CA is #3A4F35. Grayscale: #B9B9B9. Windows color (decimal): -3821366 or 13283525. OLE color: 13283525.

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

Color convert

RGB 197 176 202 -
CMYK 0.02 0.13 0 0.21
HSL 288.46º 0.2% 0.74% -
HSV(B) 288.46º 0.13% 0.79% -
XYZ 49.21 47.19 62.39 -
YUV 185.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 197 176 202 0.02 0.13 0 0.21 288.46 0.2 0.74
Hex C5 B0 CA 2 D 0 15 120 14 4A
Octal 305 260 312 2 15 0 25 440 24 112
Binary 11000101 10110000 11001010 10 1101 0 10101 100100000 10100 1001010

Color Harmonies of #C5B0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B0CA

Black with #C5B0CA

Text Example


Text Example

White with #C5B0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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