#C7AFCB

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

Shades of Prelude #C7AFCB

Tints of Prelude #C7AFCB

Color information

#C7AFCB (or 0xC7AFCB) is unknown color: approx Prelude. HEX triplet: C7, AF and CB. RGB value is (199,175,203). Sum of RGB (Red+Green+Blue) = 199+175+203=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: blue. Hex color #C7AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFCB is #385034. Grayscale: #B9B9B9. Windows color (decimal): -3690549 or 13348807. OLE color: 13348807.

HSL color Cylindrical-coordinate representation of color #C7AFCB: hue angle of 291.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 #C7AFCB is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199175203-
CMYK0.020.1400.20
HSL291.43º21.21%74.12%-
HSV(B)291.43º13.79%79.61%-
XYZ49.6647.1162.98-
YUV185.37137.95137.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.49%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 203 (79.69% from 255) = 35.18%
R=34.49%
G=30.33%
B=35.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991752030.020.1400.20291.4321.2174.12
HexC7AFCB2E014123154a
Octal30725731321602444325112
Binary110001111010111111001011101110010100100100011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AFCB; }

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

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

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

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

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

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

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

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