#C0B2C9

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

Shades of Prelude #C0B2C9

Tints of Prelude #C0B2C9

Color information

#C0B2C9 (or 0xC0B2C9) is unknown color: approx Prelude. HEX triplet: C0, B2 and C9. RGB value is (192,178,201). Sum of RGB (Red+Green+Blue) = 192+178+201=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 201 - color contains mainly: blue. Hex color #C0B2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B2C9 is #3F4D36. Grayscale: #B8B8B8. Windows color (decimal): -4148535 or 13218496. OLE color: 13218496.

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

Color convert

RGB192178201-
CMYK0.040.1100.21
HSL276.52º17.56%74.31%-
HSV(B)276.52º11.44%78.82%-
XYZ48.247.2661.84-
YUV184.81137.14133.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.63%
GREEN value IS 178 (69.92% from 255) = 31.17%
BLUE value IS 201 (78.91% from 255) = 35.20%
R=33.63%
G=31.17%
B=35.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921782010.040.1100.21276.5217.5674.31
HexC0B2C94B015115124a
Octal30026231141302542522112
Binary1100000010110010110010011001011010101100010101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B2C9; }

 p { color: rgb(192,178,201); }

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

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

 a { background-color: rgb(192,178,201); }

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

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

 span { border-color: rgb(192,178,201); }

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