Html Css Color HEX #C2B1CB Prelude

📋 copy color: '#C2B1CB'

red 194 ◦ green 177 ◦ blue 203

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

Shades of Prelude #C2B1CB

Tints of Prelude #C2B1CB

RGB

 RED value IS 194 (76.17% from 255) = 33.8%

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

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

R = 33.8%
G = 30.84%
B = 35.37%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C2B1CB (or 0xC2B1CB) is known color: Prelude. HEX triplet: C2, B1 and CB. RGB value is (194,177,203). Sum of RGB (Red+Green+Blue) = 194+177+203=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2B1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B1CB is #3D4E34. Grayscale: #B8B8B8. Windows color (decimal): -4017717 or 13349314. OLE color: 13349314.

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

Color convert

RGB 194 177 203 -
CMYK 0.04 0.13 0 0.20
HSL 279.23º 0.2% 0.75% -
HSV(B) 279.23º 0.13% 0.8% -
XYZ 48.75 47.23 63.05 -
YUV 185.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 194 177 203 0.04 0.13 0 0.20 279.23 0.2 0.75
Hex C2 B1 CB 4 D 0 14 117 14 4B
Octal 302 261 313 4 15 0 24 427 24 113
Binary 11000010 10110001 11001011 100 1101 0 10100 100010111 10100 1001011

Color Harmonies of #C2B1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B1CB

Black with #C2B1CB

Text Example


Text Example

White with #C2B1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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