Html Css Color HEX #C0ACCC Prelude

📋 copy color: '#C0ACCC'

red 192 ◦ green 172 ◦ blue 204

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

Shades of Prelude #C0ACCC

Tints of Prelude #C0ACCC

RGB

 RED value IS 192 (75.39% from 255) = 33.8%

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

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

R = 33.8%
G = 30.28%
B = 35.92%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C0ACCC (or 0xC0ACCC) is known color: Prelude. HEX triplet: C0, AC and CC. RGB value is (192,172,204). Sum of RGB (Red+Green+Blue) = 192+172+204=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #C0ACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACCC is #3F5333. Grayscale: #B5B5B5. Windows color (decimal): -4150068 or 13413568. OLE color: 13413568.

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

Color convert

RGB 192 172 204 -
CMYK 0.06 0.16 0 0.2
HSL 277.5º 0.24% 0.74% -
HSV(B) 277.5º 0.16% 0.8% -
XYZ 47.39 45.07 63.33 -
YUV 181.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 192 172 204 0.06 0.16 0 0.2 277.5 0.24 0.74
Hex C0 AC CC 6 10 0 14 116 18 4A
Octal 300 254 314 6 20 0 24 426 30 112
Binary 11000000 10101100 11001100 110 10000 0 10100 100010110 11000 1001010

Color Harmonies of #C0ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACCC

Black with #C0ACCC

Text Example


Text Example

White with #C0ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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