Html Css Color HEX #C3B1CC Prelude

📋 copy color: '#C3B1CC'

red 195 ◦ green 177 ◦ blue 204

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

Shades of Prelude #C3B1CC

Tints of Prelude #C3B1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.42%

R = 33.85%
G = 30.73%
B = 35.42%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C3B1CC (or 0xC3B1CC) is known color: Prelude. HEX triplet: C3, B1 and CC. RGB value is (195,177,204). Sum of RGB (Red+Green+Blue) = 195+177+204=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3B1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B1CC is #3C4E33. Grayscale: #B9B9B9. Windows color (decimal): -3952180 or 13414851. OLE color: 13414851.

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

Color convert

RGB 195 177 204 -
CMYK 0.04 0.13 0 0.2
HSL 280º 0.21% 0.75% -
HSV(B) 280º 0.13% 0.8% -
XYZ 49.13 47.41 63.69 -
YUV 185.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 195 177 204 0.04 0.13 0 0.2 280 0.21 0.75
Hex C3 B1 CC 4 D 0 14 118 15 4B
Octal 303 261 314 4 15 0 24 430 25 113
Binary 11000011 10110001 11001100 100 1101 0 10100 100011000 10101 1001011

Color Harmonies of #C3B1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B1CC

Black with #C3B1CC

Text Example


Text Example

White with #C3B1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B1CC; }

 p { color: rgb(195,177,204); }

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

background-color css

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

 a { background-color: rgb(195,177,204); }

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

border-color css

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

 span { border-color: rgb(195,177,204); }

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