Html Css Color HEX #C1ACCC Prelude

📋 copy color: '#C1ACCC'

red 193 ◦ green 172 ◦ blue 204

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

Shades of Prelude #C1ACCC

Tints of Prelude #C1ACCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.85%

R = 33.92%
G = 30.23%
B = 35.85%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C1ACCC (or 0xC1ACCC) is known color: Prelude. HEX triplet: C1, AC and CC. RGB value is (193,172,204). Sum of RGB (Red+Green+Blue) = 193+172+204=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1ACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACCC is #3E5333. Grayscale: #B5B5B5. Windows color (decimal): -4084532 or 13413569. OLE color: 13413569.

HSL color Cylindrical-coordinate representation of color #C1ACCC: hue angle of 279.38º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1ACCC is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 172 204 -
CMYK 0.05 0.16 0 0.2
HSL 279.38º 0.24% 0.74% -
HSV(B) 279.38º 0.16% 0.8% -
XYZ 47.64 45.2 63.34 -
YUV 181.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 193 172 204 0.05 0.16 0 0.2 279.38 0.24 0.74
Hex C1 AC CC 5 10 0 14 117 18 4A
Octal 301 254 314 5 20 0 24 427 30 112
Binary 11000001 10101100 11001100 101 10000 0 10100 100010111 11000 1001010

Color Harmonies of #C1ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ACCC

Black with #C1ACCC

Text Example


Text Example

White with #C1ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ACCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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