Html Css Color HEX #C0ADCD Prelude

📋 copy color: '#C0ADCD'

red 192 ◦ green 173 ◦ blue 205

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

Shades of Prelude #C0ADCD

Tints of Prelude #C0ADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.35%

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

R = 33.68%
G = 30.35%
B = 35.96%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C0ADCD (or 0xC0ADCD) is known color: Prelude. HEX triplet: C0, AD and CD. RGB value is (192,173,205). Sum of RGB (Red+Green+Blue) = 192+173+205=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADCD is #3F5232. Grayscale: #B6B6B6. Windows color (decimal): -4149811 or 13479360. OLE color: 13479360.

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

Color convert

RGB 192 173 205 -
CMYK 0.06 0.16 0 0.20
HSL 275.63º 0.24% 0.74% -
HSV(B) 275.63º 0.16% 0.8% -
XYZ 47.7 45.5 64.03 -
YUV 182.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 192 173 205 0.06 0.16 0 0.20 275.63 0.24 0.74
Hex C0 AD CD 6 10 0 14 114 18 4A
Octal 300 255 315 6 20 0 24 424 30 112
Binary 11000000 10101101 11001101 110 10000 0 10100 100010100 11000 1001010

Color Harmonies of #C0ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADCD

Black with #C0ADCD

Text Example


Text Example

White with #C0ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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