Html Css Color HEX #C0ACCD Prelude

📋 copy color: '#C0ACCD'

red 192 ◦ green 172 ◦ blue 205

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

Shades of Prelude #C0ACCD

Tints of Prelude #C0ACCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.03%

R = 33.74%
G = 30.23%
B = 36.03%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C0ACCD (or 0xC0ACCD) is known color: Prelude. HEX triplet: C0, AC and CD. RGB value is (192,172,205). Sum of RGB (Red+Green+Blue) = 192+172+205=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACCD is #3F5332. Grayscale: #B5B5B5. Windows color (decimal): -4150067 or 13479104. OLE color: 13479104.

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

Color convert

RGB 192 172 205 -
CMYK 0.06 0.16 0 0.20
HSL 276.36º 0.25% 0.74% -
HSV(B) 276.36º 0.16% 0.8% -
XYZ 47.51 45.12 63.96 -
YUV 181.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 192 172 205 0.06 0.16 0 0.20 276.36 0.25 0.74
Hex C0 AC CD 6 10 0 14 114 19 4A
Octal 300 254 315 6 20 0 24 424 31 112
Binary 11000000 10101100 11001101 110 10000 0 10100 100010100 11001 1001010

Color Harmonies of #C0ACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACCD

Black with #C0ACCD

Text Example


Text Example

White with #C0ACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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