#C4B0CA

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

Shades of Prelude #C4B0CA

Tints of Prelude #C4B0CA

Color information

#C4B0CA (or 0xC4B0CA) is unknown color: approx Prelude. HEX triplet: C4, B0 and CA. RGB value is (196,176,202). Sum of RGB (Red+Green+Blue) = 196+176+202=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4B0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B0CA is #3B4F35. Grayscale: #B8B8B8. Windows color (decimal): -3886902 or 13283524. OLE color: 13283524.

HSL color Cylindrical-coordinate representation of color #C4B0CA: hue angle of 286.15º 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 #C4B0CA is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB196176202-
CMYK0.030.1300.21
HSL286.15º19.7%74.12%-
HSV(B)286.15º12.87%79.22%-
XYZ48.9547.0562.38-
YUV184.94137.63135.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.15%
GREEN value IS 176 (69.14% from 255) = 30.66%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=34.15%
G=30.66%
B=35.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961762020.030.1300.21286.1519.774.12
HexC4B0CA3D01511e144a
Octal30426031231502543624112
Binary110001001011000011001010111101010101100011110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B0CA; }

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

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

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

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

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

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

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

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