Html Css Color HEX #C0ADCB Prelude

📋 copy color: '#C0ADCB'

red 192 ◦ green 173 ◦ blue 203

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

Shades of Prelude #C0ADCB

Tints of Prelude #C0ADCB

RGB

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

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

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

R = 33.8%
G = 30.46%
B = 35.74%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C0ADCB (or 0xC0ADCB) is known color: Prelude. HEX triplet: C0, AD and CB. RGB value is (192,173,203). Sum of RGB (Red+Green+Blue) = 192+173+203=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADCB is #3F5234. Grayscale: #B6B6B6. Windows color (decimal): -4149813 or 13348288. OLE color: 13348288.

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

Color convert

RGB 192 173 203 -
CMYK 0.05 0.15 0 0.20
HSL 278º 0.22% 0.74% -
HSV(B) 278º 0.15% 0.8% -
XYZ 47.46 45.41 62.76 -
YUV 182.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 192 173 203 0.05 0.15 0 0.20 278 0.22 0.74
Hex C0 AD CB 5 F 0 14 116 16 4A
Octal 300 255 313 5 17 0 24 426 26 112
Binary 11000000 10101101 11001011 101 1111 0 10100 100010110 10110 1001010

Color Harmonies of #C0ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADCB

Black with #C0ADCB

Text Example


Text Example

White with #C0ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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