#C2AFCA

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

Shades of Prelude #C2AFCA

Tints of Prelude #C2AFCA

Color information

#C2AFCA (or 0xC2AFCA) is unknown color: approx Prelude. HEX triplet: C2, AF and CA. RGB value is (194,175,202). Sum of RGB (Red+Green+Blue) = 194+175+202=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFCA is #3D5035. Grayscale: #B7B7B7. Windows color (decimal): -4018230 or 13283266. OLE color: 13283266.

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

Color convert

RGB194175202-
CMYK0.040.1300.21
HSL282.22º20.3%73.92%-
HSV(B)282.22º13.37%79.22%-
XYZ48.2446.3962.29-
YUV183.76138.29135.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.98%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=33.98%
G=30.65%
B=35.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941752020.040.1300.21282.2220.373.92
HexC2AFCA4D01511a144a
Octal30225731241502543224112
Binary1100001010101111110010101001101010101100011010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AFCA; }

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

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

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

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

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

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

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

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