Html Css Color HEX #C1B1CA Prelude

📋 copy color: '#C1B1CA'

red 193 ◦ green 177 ◦ blue 202

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

Shades of Prelude #C1B1CA

Tints of Prelude #C1B1CA

RGB

 RED value IS 193 (75.78% from 255) = 33.74%

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

 BLUE value IS 202 (79.3% from 255) = 35.31%

R = 33.74%
G = 30.94%
B = 35.31%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C1B1CA (or 0xC1B1CA) is known color: Prelude. HEX triplet: C1, B1 and CA. RGB value is (193,177,202). Sum of RGB (Red+Green+Blue) = 193+177+202=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #C1B1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B1CA is #3E4E35. Grayscale: #B8B8B8. Windows color (decimal): -4083254 or 13283777. OLE color: 13283777.

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

Color convert

RGB 193 177 202 -
CMYK 0.04 0.12 0 0.21
HSL 278.4º 0.19% 0.74% -
HSV(B) 278.4º 0.12% 0.79% -
XYZ 48.38 47.05 62.41 -
YUV 184.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 193 177 202 0.04 0.12 0 0.21 278.4 0.19 0.74
Hex C1 B1 CA 4 C 0 15 116 13 4A
Octal 301 261 312 4 14 0 25 426 23 112
Binary 11000001 10110001 11001010 100 1100 0 10101 100010110 10011 1001010

Color Harmonies of #C1B1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B1CA

Black with #C1B1CA

Text Example


Text Example

White with #C1B1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B1CA; }

 p { color: rgb(193,177,202); }

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

background-color css

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

 a { background-color: rgb(193,177,202); }

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

border-color css

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

 span { border-color: rgb(193,177,202); }

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