Html Css Color HEX #C0AACB Prelude

📋 copy color: '#C0AACB'

red 192 ◦ green 170 ◦ blue 203

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

Shades of Prelude #C0AACB

Tints of Prelude #C0AACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.09%

 BLUE value IS 203 (79.69% from 255) = 35.93%

R = 33.98%
G = 30.09%
B = 35.93%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C0AACB (or 0xC0AACB) is known color: Prelude. HEX triplet: C0, AA and CB. RGB value is (192,170,203). Sum of RGB (Red+Green+Blue) = 192+170+203=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AACB is #3F5534. Grayscale: #B4B4B4. Windows color (decimal): -4150581 or 13347520. OLE color: 13347520.

HSL color Cylindrical-coordinate representation of color #C0AACB: hue angle of 280º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0AACB is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 170 203 -
CMYK 0.05 0.16 0 0.20
HSL 280º 0.24% 0.73% -
HSV(B) 280º 0.16% 0.8% -
XYZ 46.89 44.27 62.57 -
YUV 180.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 192 170 203 0.05 0.16 0 0.20 280 0.24 0.73
Hex C0 AA CB 5 10 0 14 118 18 49
Octal 300 252 313 5 20 0 24 430 30 111
Binary 11000000 10101010 11001011 101 10000 0 10100 100011000 11000 1001001

Color Harmonies of #C0AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AACB

Black with #C0AACB

Text Example


Text Example

White with #C0AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AACB; }

 p { color: rgb(192,170,203); }

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

background-color css

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

 a { background-color: rgb(192,170,203); }

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

border-color css

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

 span { border-color: rgb(192,170,203); }

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