Html Css Color HEX #C2ACCA Prelude

📋 copy color: '#C2ACCA'

red 194 ◦ green 172 ◦ blue 202

#C2ACCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #C2ACCA

Tints of Prelude #C2ACCA

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.3% from 255) = 35.56%

R = 34.15%
G = 30.28%
B = 35.56%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C2ACCA (or 0xC2ACCA) is known color: 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

RGB 194 172 202 -
CMYK 0.04 0.15 0 0.21
HSL 284º 0.22% 0.73% -
HSV(B) 284º 0.15% 0.79% -
XYZ 47.66 45.24 62.1 -
YUV 182 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 194 172 202 0.04 0.15 0 0.21 284 0.22 0.73
Hex C2 AC CA 4 F 0 15 11C 16 49
Octal 302 254 312 4 17 0 25 434 26 111
Binary 11000010 10101100 11001010 100 1111 0 10101 100011100 10110 1001001

Color Harmonies of #C2ACCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACCA

Black with #C2ACCA

Text Example


Text Example

White with #C2ACCA

Text Example


Text Example

HTML Codes & Css Web 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>