Html Css Color HEX #C2B0CB Prelude

📋 copy color: '#C2B0CB'

red 194 ◦ green 176 ◦ blue 203

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

Shades of Prelude #C2B0CB

Tints of Prelude #C2B0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.72%

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

R = 33.86%
G = 30.72%
B = 35.43%

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

#C2B0CB (or 0xC2B0CB) is known color: Prelude. HEX triplet: C2, B0 and CB. RGB value is (194,176,203). Sum of RGB (Red+Green+Blue) = 194+176+203=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2B0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B0CB is #3D4F34. Grayscale: #B8B8B8. Windows color (decimal): -4017973 or 13349058. OLE color: 13349058.

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

Color convert

RGB 194 176 203 -
CMYK 0.04 0.13 0 0.20
HSL 280º 0.21% 0.74% -
HSV(B) 280º 0.13% 0.8% -
XYZ 48.55 46.83 62.98 -
YUV 184.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 194 176 203 0.04 0.13 0 0.20 280 0.21 0.74
Hex C2 B0 CB 4 D 0 14 118 15 4A
Octal 302 260 313 4 15 0 24 430 25 112
Binary 11000010 10110000 11001011 100 1101 0 10100 100011000 10101 1001010

Color Harmonies of #C2B0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B0CB

Black with #C2B0CB

Text Example


Text Example

White with #C2B0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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