#C5B5CA

Color #C5B5CA Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #C5B5CA

Tints of Prelude #C5B5CA

Color information

#C5B5CA (or 0xC5B5CA) is unknown color: approx Prelude. HEX triplet: C5, B5 and CA. RGB value is (197,181,202). Sum of RGB (Red+Green+Blue) = 197+181+202=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5B5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B5CA is #3A4A35. Grayscale: #BCBCBC. Windows color (decimal): -3820086 or 13284805. OLE color: 13284805.

HSL color Cylindrical-coordinate representation of color #C5B5CA: hue angle of 285.71º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5B5CA is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB197181202-
CMYK0.020.1000.21
HSL285.71º16.54%75.1%-
HSV(B)285.71º10.4%79.22%-
XYZ50.2149.1862.72-
YUV188.18135.8134.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.97%
GREEN value IS 181 (71.09% from 255) = 31.21%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=33.97%
G=31.21%
B=34.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971812020.020.1000.21285.7116.5475.1
HexC5B5CA2A01511e114b
Octal30526531221202543621113
Binary110001011011010111001010101010010101100011110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B5CA; }

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

 H1.HeaderClassName
 {
   color: #C5B5CA;
 }
 .AnyTagClassName
 {
   color: #C5B5CA;
 }
</style>
background-color css

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

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

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

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

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

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