Html Css Color HEX #C6B0CB Prelude

📋 copy color: '#C6B0CB'

red 198 ◦ green 176 ◦ blue 203

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

Shades of Prelude #C6B0CB

Tints of Prelude #C6B0CB

RGB

 RED value IS 198 (77.73% from 255) = 34.32%

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

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

R = 34.32%
G = 30.5%
B = 35.18%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C6B0CB (or 0xC6B0CB) is known color: Prelude. HEX triplet: C6, B0 and CB. RGB value is (198,176,203). Sum of RGB (Red+Green+Blue) = 198+176+203=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: blue. Hex color #C6B0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B0CB is #394F34. Grayscale: #B9B9B9. Windows color (decimal): -3755829 or 13349062. OLE color: 13349062.

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

Color convert

RGB 198 176 203 -
CMYK 0.02 0.13 0 0.20
HSL 288.89º 0.21% 0.74% -
HSV(B) 288.89º 0.13% 0.8% -
XYZ 49.59 47.37 63.03 -
YUV 185.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 198 176 203 0.02 0.13 0 0.20 288.89 0.21 0.74
Hex C6 B0 CB 2 D 0 14 121 15 4A
Octal 306 260 313 2 15 0 24 441 25 112
Binary 11000110 10110000 11001011 10 1101 0 10100 100100001 10101 1001010

Color Harmonies of #C6B0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B0CB

Black with #C6B0CB

Text Example


Text Example

White with #C6B0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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