Html Css Color HEX #C1ACC9 Prelude

📋 copy color: '#C1ACC9'

red 193 ◦ green 172 ◦ blue 201

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

Shades of Prelude #C1ACC9

Tints of Prelude #C1ACC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.51%

R = 34.1%
G = 30.39%
B = 35.51%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C1ACC9 (or 0xC1ACC9) is known color: Prelude. HEX triplet: C1, AC and C9. RGB value is (193,172,201). Sum of RGB (Red+Green+Blue) = 193+172+201=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 201 - color contains mainly: blue. Hex color #C1ACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACC9 is #3E5336. Grayscale: #B5B5B5. Windows color (decimal): -4084535 or 13216961. OLE color: 13216961.

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

Color convert

RGB 193 172 201 -
CMYK 0.04 0.14 0 0.21
HSL 283.45º 0.21% 0.73% -
HSV(B) 283.45º 0.14% 0.79% -
XYZ 47.29 45.06 61.46 -
YUV 181.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 193 172 201 0.04 0.14 0 0.21 283.45 0.21 0.73
Hex C1 AC C9 4 E 0 15 11B 15 49
Octal 301 254 311 4 16 0 25 433 25 111
Binary 11000001 10101100 11001001 100 1110 0 10101 100011011 10101 1001001

Color Harmonies of #C1ACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ACC9

Black with #C1ACC9

Text Example


Text Example

White with #C1ACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ACC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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