#C4AFCA

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

Shades of Prelude #C4AFCA

Tints of Prelude #C4AFCA

Color information

#C4AFCA (or 0xC4AFCA) is unknown color: approx Prelude. HEX triplet: C4, AF and CA. RGB value is (196,175,202). Sum of RGB (Red+Green+Blue) = 196+175+202=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFCA is #3B5035. Grayscale: #B8B8B8. Windows color (decimal): -3887158 or 13283268. OLE color: 13283268.

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

Color convert

RGB196175202-
CMYK0.030.1300.21
HSL286.67º20.3%73.92%-
HSV(B)286.67º13.37%79.22%-
XYZ48.7646.6662.31-
YUV184.36137.96136.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.21%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=34.21%
G=30.54%
B=35.25%

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
Decimal1961752020.030.1300.21286.6720.373.92
HexC4AFCA3D01511f144a
Octal30425731231502543724112
Binary110001001010111111001010111101010101100011111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFCA; }

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

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

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

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

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

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

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

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