#C0AFCB

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

Shades of Prelude #C0AFCB

Tints of Prelude #C0AFCB

Color information

#C0AFCB (or 0xC0AFCB) is unknown color: approx Prelude. HEX triplet: C0, AF and CB. RGB value is (192,175,203). Sum of RGB (Red+Green+Blue) = 192+175+203=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFCB is #3F5034. Grayscale: #B7B7B7. Windows color (decimal): -4149301 or 13348800. OLE color: 13348800.

HSL color Cylindrical-coordinate representation of color #C0AFCB: hue angle of 276.43º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0AFCB is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192175203-
CMYK0.050.1400.20
HSL276.43º21.21%74.12%-
HSV(B)276.43º13.79%79.61%-
XYZ47.8546.1862.89-
YUV183.27139.13134.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.68%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 203 (79.69% from 255) = 35.61%
R=33.68%
G=30.70%
B=35.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921752030.050.1400.20276.4321.2174.12
HexC0AFCB5E014114154a
Octal30025731351602442425112
Binary1100000010101111110010111011110010100100010100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AFCB; }

 p { color: rgb(192,175,203); }

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

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

 a { background-color: rgb(192,175,203); }

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

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

 span { border-color: rgb(192,175,203); }

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