Html Css Color HEX #C5ACCC Prelude

📋 copy color: '#C5ACCC'

red 197 ◦ green 172 ◦ blue 204

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

Shades of Prelude #C5ACCC

Tints of Prelude #C5ACCC

RGB

 RED value IS 197 (77.34% from 255) = 34.38%

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

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

R = 34.38%
G = 30.02%
B = 35.6%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C5ACCC (or 0xC5ACCC) is known color: Prelude. HEX triplet: C5, AC and CC. RGB value is (197,172,204). Sum of RGB (Red+Green+Blue) = 197+172+204=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5ACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACCC is #3A5333. Grayscale: #B7B7B7. Windows color (decimal): -3822388 or 13413573. OLE color: 13413573.

HSL color Cylindrical-coordinate representation of color #C5ACCC: hue angle of 286.88º 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 #C5ACCC is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 172 204 -
CMYK 0.03 0.16 0 0.2
HSL 286.88º 0.24% 0.74% -
HSV(B) 286.88º 0.16% 0.8% -
XYZ 48.68 45.74 63.39 -
YUV 183.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 197 172 204 0.03 0.16 0 0.2 286.88 0.24 0.74
Hex C5 AC CC 3 10 0 14 11F 18 4A
Octal 305 254 314 3 20 0 24 437 30 112
Binary 11000101 10101100 11001100 11 10000 0 10100 100011111 11000 1001010

Color Harmonies of #C5ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ACCC

Black with #C5ACCC

Text Example


Text Example

White with #C5ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ACCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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