Html Css Color HEX #C0B1CB Prelude

📋 copy color: '#C0B1CB'

red 192 ◦ green 177 ◦ blue 203

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

Shades of Prelude #C0B1CB

Tints of Prelude #C0B1CB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.94%

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

R = 33.57%
G = 30.94%
B = 35.49%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C0B1CB (or 0xC0B1CB) is known color: Prelude. HEX triplet: C0, B1 and CB. RGB value is (192,177,203). Sum of RGB (Red+Green+Blue) = 192+177+203=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0B1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B1CB is #3F4E34. Grayscale: #B8B8B8. Windows color (decimal): -4148789 or 13349312. OLE color: 13349312.

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

Color convert

RGB 192 177 203 -
CMYK 0.05 0.13 0 0.20
HSL 274.62º 0.2% 0.75% -
HSV(B) 274.62º 0.13% 0.8% -
XYZ 48.24 46.96 63.02 -
YUV 184.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 192 177 203 0.05 0.13 0 0.20 274.62 0.2 0.75
Hex C0 B1 CB 5 D 0 14 113 14 4B
Octal 300 261 313 5 15 0 24 423 24 113
Binary 11000000 10110001 11001011 101 1101 0 10100 100010011 10100 1001011

Color Harmonies of #C0B1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B1CB

Black with #C0B1CB

Text Example


Text Example

White with #C0B1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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