Html Css Color HEX #C0ABCB Prelude

📋 copy color: '#C0ABCB'

red 192 ◦ green 171 ◦ blue 203

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

Shades of Prelude #C0ABCB

Tints of Prelude #C0ABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.21%

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

R = 33.92%
G = 30.21%
B = 35.87%

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

#C0ABCB (or 0xC0ABCB) is known color: Prelude. HEX triplet: C0, AB and CB. RGB value is (192,171,203). Sum of RGB (Red+Green+Blue) = 192+171+203=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0ABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABCB is #3F5434. Grayscale: #B4B4B4. Windows color (decimal): -4150325 or 13347776. OLE color: 13347776.

HSL color Cylindrical-coordinate representation of color #C0ABCB: hue angle of 279.38º 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 #C0ABCB is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 171 203 -
CMYK 0.05 0.16 0 0.20
HSL 279.38º 0.24% 0.73% -
HSV(B) 279.38º 0.16% 0.8% -
XYZ 47.08 44.64 62.64 -
YUV 180.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 192 171 203 0.05 0.16 0 0.20 279.38 0.24 0.73
Hex C0 AB CB 5 10 0 14 117 18 49
Octal 300 253 313 5 20 0 24 427 30 111
Binary 11000000 10101011 11001011 101 10000 0 10100 100010111 11000 1001001

Color Harmonies of #C0ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABCB

Black with #C0ABCB

Text Example


Text Example

White with #C0ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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