Html Css Color HEX #C0A9CB Prelude

📋 copy color: '#C0A9CB'

red 192 ◦ green 169 ◦ blue 203

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

Shades of Prelude #C0A9CB

Tints of Prelude #C0A9CB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.96%

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

R = 34.04%
G = 29.96%
B = 35.99%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C0A9CB (or 0xC0A9CB) is known color: Prelude. HEX triplet: C0, A9 and CB. RGB value is (192,169,203). Sum of RGB (Red+Green+Blue) = 192+169+203=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0A9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A9CB is #3F5634. Grayscale: #B3B3B3. Windows color (decimal): -4150837 or 13347264. OLE color: 13347264.

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

Color convert

RGB 192 169 203 -
CMYK 0.05 0.17 0 0.20
HSL 280.59º 0.25% 0.73% -
HSV(B) 280.59º 0.17% 0.8% -
XYZ 46.71 43.89 62.51 -
YUV 179.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 192 169 203 0.05 0.17 0 0.20 280.59 0.25 0.73
Hex C0 A9 CB 5 11 0 14 119 19 49
Octal 300 251 313 5 21 0 24 431 31 111
Binary 11000000 10101001 11001011 101 10001 0 10100 100011001 11001 1001001

Color Harmonies of #C0A9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A9CB

Black with #C0A9CB

Text Example


Text Example

White with #C0A9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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