Html Css Color HEX #C0AEC9 Prelude

📋 copy color: '#C0AEC9'

red 192 ◦ green 174 ◦ blue 201

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

Shades of Prelude #C0AEC9

Tints of Prelude #C0AEC9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.69%

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

R = 33.86%
G = 30.69%
B = 35.45%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C0AEC9 (or 0xC0AEC9) is known color: Prelude. HEX triplet: C0, AE and C9. RGB value is (192,174,201). Sum of RGB (Red+Green+Blue) = 192+174+201=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 201 - color contains mainly: blue. Hex color #C0AEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEC9 is #3F5136. Grayscale: #B6B6B6. Windows color (decimal): -4149559 or 13217472. OLE color: 13217472.

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

Color convert

RGB 192 174 201 -
CMYK 0.04 0.13 0 0.21
HSL 280º 0.2% 0.74% -
HSV(B) 280º 0.13% 0.79% -
XYZ 47.42 45.7 61.58 -
YUV 182.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 192 174 201 0.04 0.13 0 0.21 280 0.2 0.74
Hex C0 AE C9 4 D 0 15 118 14 4A
Octal 300 256 311 4 15 0 25 430 24 112
Binary 11000000 10101110 11001001 100 1101 0 10101 100011000 10100 1001010

Color Harmonies of #C0AEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AEC9

Black with #C0AEC9

Text Example


Text Example

White with #C0AEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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