Html Css Color HEX #C0ABC9 Prelude

📋 copy color: '#C0ABC9'

red 192 ◦ green 171 ◦ blue 201

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

Shades of Prelude #C0ABC9

Tints of Prelude #C0ABC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.64%

R = 34.04%
G = 30.32%
B = 35.64%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C0ABC9 (or 0xC0ABC9) is known color: Prelude. HEX triplet: C0, AB and C9. RGB value is (192,171,201). Sum of RGB (Red+Green+Blue) = 192+171+201=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 201 - color contains mainly: blue. Hex color #C0ABC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABC9 is #3F5436. Grayscale: #B4B4B4. Windows color (decimal): -4150327 or 13216704. OLE color: 13216704.

HSL color Cylindrical-coordinate representation of color #C0ABC9: hue angle of 282º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0ABC9 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 171 201 -
CMYK 0.04 0.15 0 0.21
HSL 282º 0.22% 0.73% -
HSV(B) 282º 0.15% 0.79% -
XYZ 46.84 44.55 61.39 -
YUV 180.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 192 171 201 0.04 0.15 0 0.21 282 0.22 0.73
Hex C0 AB C9 4 F 0 15 11A 16 49
Octal 300 253 311 4 17 0 25 432 26 111
Binary 11000000 10101011 11001001 100 1111 0 10101 100011010 10110 1001001

Color Harmonies of #C0ABC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABC9

Black with #C0ABC9

Text Example


Text Example

White with #C0ABC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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