#C0B2C8

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

Shades of Prelude #C0B2C8

Tints of Prelude #C0B2C8

Color information

#C0B2C8 (or 0xC0B2C8) is unknown color: approx Prelude. HEX triplet: C0, B2 and C8. RGB value is (192,178,200). Sum of RGB (Red+Green+Blue) = 192+178+200=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 200 - color contains mainly: blue. Hex color #C0B2C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B2C8 is #3F4D37. Grayscale: #B8B8B8. Windows color (decimal): -4148536 or 13152960. OLE color: 13152960.

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

Color convert

RGB192178200-
CMYK0.040.1100.22
HSL278.18º16.67%74.12%-
HSV(B)278.18º11%78.43%-
XYZ48.0847.2261.22-
YUV184.69136.64133.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.68%
GREEN value IS 178 (69.92% from 255) = 31.23%
BLUE value IS 200 (78.52% from 255) = 35.09%
R=33.68%
G=31.23%
B=35.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921782000.040.1100.22278.1816.6774.12
HexC0B2C84B016116114a
Octal30026231041302642621112
Binary1100000010110010110010001001011010110100010110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B2C8; }

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

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

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

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

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

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

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

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