Html Css Color HEX #C6B0CE Prelude

📋 copy color: '#C6B0CE'

red 198 ◦ green 176 ◦ blue 206

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

Shades of Prelude #C6B0CE

Tints of Prelude #C6B0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.52%

R = 34.14%
G = 30.34%
B = 35.52%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C6B0CE (or 0xC6B0CE) is known color: Prelude. HEX triplet: C6, B0 and CE. RGB value is (198,176,206). Sum of RGB (Red+Green+Blue) = 198+176+206=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6B0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B0CE is #394F31. Grayscale: #B9B9B9. Windows color (decimal): -3755826 or 13545670. OLE color: 13545670.

HSL color Cylindrical-coordinate representation of color #C6B0CE: hue angle of 284º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6B0CE is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 176 206 -
CMYK 0.04 0.15 0 0.19
HSL 284º 0.23% 0.75% -
HSV(B) 284º 0.15% 0.81% -
XYZ 49.95 47.51 64.93 -
YUV 186 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 198 176 206 0.04 0.15 0 0.19 284 0.23 0.75
Hex C6 B0 CE 4 F 0 13 11C 17 4B
Octal 306 260 316 4 17 0 23 434 27 113
Binary 11000110 10110000 11001110 100 1111 0 10011 100011100 10111 1001011

Color Harmonies of #C6B0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B0CE

Black with #C6B0CE

Text Example


Text Example

White with #C6B0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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