Html Css Color HEX #C6ACCC Prelude

📋 copy color: '#C6ACCC'

red 198 ◦ green 172 ◦ blue 204

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

Shades of Prelude #C6ACCC

Tints of Prelude #C6ACCC

RGB

 RED value IS 198 (77.73% from 255) = 34.49%

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

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

R = 34.49%
G = 29.97%
B = 35.54%

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

#C6ACCC (or 0xC6ACCC) is known color: Prelude. HEX triplet: C6, AC and CC. RGB value is (198,172,204). Sum of RGB (Red+Green+Blue) = 198+172+204=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6ACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACCC is #395333. Grayscale: #B7B7B7. Windows color (decimal): -3756852 or 13413574. OLE color: 13413574.

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

Color convert

RGB 198 172 204 -
CMYK 0.03 0.16 0 0.2
HSL 288.75º 0.24% 0.74% -
HSV(B) 288.75º 0.16% 0.8% -
XYZ 48.94 45.87 63.4 -
YUV 183.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 198 172 204 0.03 0.16 0 0.2 288.75 0.24 0.74
Hex C6 AC CC 3 10 0 14 121 18 4A
Octal 306 254 314 3 20 0 24 441 30 112
Binary 11000110 10101100 11001100 11 10000 0 10100 100100001 11000 1001010

Color Harmonies of #C6ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ACCC

Black with #C6ACCC

Text Example


Text Example

White with #C6ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ACCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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