Html Css Color HEX #C1ACCA Prelude

📋 copy color: '#C1ACCA'

red 193 ◦ green 172 ◦ blue 202

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

Shades of Prelude #C1ACCA

Tints of Prelude #C1ACCA

RGB

 RED value IS 193 (75.78% from 255) = 34.04%

 GREEN value IS 172 (67.58% from 255) = 30.34%

 BLUE value IS 202 (79.3% from 255) = 35.63%

R = 34.04%
G = 30.34%
B = 35.63%

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

#C1ACCA (or 0xC1ACCA) is known color: Prelude. HEX triplet: C1, AC and CA. RGB value is (193,172,202). Sum of RGB (Red+Green+Blue) = 193+172+202=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #C1ACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACCA is #3E5335. Grayscale: #B5B5B5. Windows color (decimal): -4084534 or 13282497. OLE color: 13282497.

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

Color convert

RGB 193 172 202 -
CMYK 0.04 0.15 0 0.21
HSL 282º 0.22% 0.73% -
HSV(B) 282º 0.15% 0.79% -
XYZ 47.41 45.11 62.09 -
YUV 181.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 193 172 202 0.04 0.15 0 0.21 282 0.22 0.73
Hex C1 AC CA 4 F 0 15 11A 16 49
Octal 301 254 312 4 17 0 25 432 26 111
Binary 11000001 10101100 11001010 100 1111 0 10101 100011010 10110 1001001

Color Harmonies of #C1ACCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ACCA

Black with #C1ACCA

Text Example


Text Example

White with #C1ACCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ACCA; }

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

 H1.HeaderClassName
 {
   color: #C1ACCA;
 }
 .AnyTagClassName
 {
   color: #C1ACCA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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