#C2ACCA

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

Shades of Prelude #C2ACCA

Tints of Prelude #C2ACCA

Color information

#C2ACCA (or 0xC2ACCA) is unknown color: approx Prelude. HEX triplet: C2, AC and CA. RGB value is (194,172,202). Sum of RGB (Red+Green+Blue) = 194+172+202=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2ACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACCA is #3D5335. Grayscale: #B5B5B5. Windows color (decimal): -4018998 or 13282498. OLE color: 13282498.

HSL color Cylindrical-coordinate representation of color #C2ACCA: hue angle of 284º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2ACCA is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194172202-
CMYK0.040.1500.21
HSL284º22.06%73.33%-
HSV(B)284º14.85%79.22%-
XYZ47.6645.2462.1-
YUV182139.29136.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.15%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=34.15%
G=30.28%
B=35.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941722020.040.1500.2128422.0673.33
HexC2ACCA4F01511c1649
Octal30225431241702543426111
Binary1100001010101100110010101001111010101100011100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACCA; }

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

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

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

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

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

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

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

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