Html Css Color HEX #C3B0CE Prelude

📋 copy color: '#C3B0CE'

red 195 ◦ green 176 ◦ blue 206

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

Shades of Prelude #C3B0CE

Tints of Prelude #C3B0CE

RGB

 RED value IS 195 (76.56% from 255) = 33.8%

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

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

R = 33.8%
G = 30.5%
B = 35.7%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C3B0CE (or 0xC3B0CE) is known color: Prelude. HEX triplet: C3, B0 and CE. RGB value is (195,176,206). Sum of RGB (Red+Green+Blue) = 195+176+206=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3B0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0CE is #3C4F31. Grayscale: #B8B8B8. Windows color (decimal): -3952434 or 13545667. OLE color: 13545667.

HSL color Cylindrical-coordinate representation of color #C3B0CE: hue angle of 278º 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 #C3B0CE is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 176 206 -
CMYK 0.05 0.15 0 0.19
HSL 278º 0.23% 0.75% -
HSV(B) 278º 0.15% 0.81% -
XYZ 49.17 47.11 64.89 -
YUV 185.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 195 176 206 0.05 0.15 0 0.19 278 0.23 0.75
Hex C3 B0 CE 5 F 0 13 116 17 4B
Octal 303 260 316 5 17 0 23 426 27 113
Binary 11000011 10110000 11001110 101 1111 0 10011 100010110 10111 1001011

Color Harmonies of #C3B0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B0CE

Black with #C3B0CE

Text Example


Text Example

White with #C3B0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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