Html Css Color HEX #C0ABCD Prelude

📋 copy color: '#C0ABCD'

red 192 ◦ green 171 ◦ blue 205

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

Shades of Prelude #C0ABCD

Tints of Prelude #C0ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.11%

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

R = 33.8%
G = 30.11%
B = 36.09%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C0ABCD (or 0xC0ABCD) is known color: Prelude. HEX triplet: C0, AB and CD. RGB value is (192,171,205). Sum of RGB (Red+Green+Blue) = 192+171+205=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABCD is #3F5432. Grayscale: #B5B5B5. Windows color (decimal): -4150323 or 13478848. OLE color: 13478848.

HSL color Cylindrical-coordinate representation of color #C0ABCD: hue angle of 277.06º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0ABCD is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 171 205 -
CMYK 0.06 0.17 0 0.20
HSL 277.06º 0.25% 0.74% -
HSV(B) 277.06º 0.17% 0.8% -
XYZ 47.32 44.74 63.9 -
YUV 181.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 192 171 205 0.06 0.17 0 0.20 277.06 0.25 0.74
Hex C0 AB CD 6 11 0 14 115 19 4A
Octal 300 253 315 6 21 0 24 425 31 112
Binary 11000000 10101011 11001101 110 10001 0 10100 100010101 11001 1001010

Color Harmonies of #C0ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABCD

Black with #C0ABCD

Text Example


Text Example

White with #C0ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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