Html Css Color HEX #C3B0CA Prelude

📋 copy color: '#C3B0CA'

red 195 ◦ green 176 ◦ blue 202

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

Shades of Prelude #C3B0CA

Tints of Prelude #C3B0CA

RGB

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

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

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

R = 34.03%
G = 30.72%
B = 35.25%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C3B0CA (or 0xC3B0CA) is known color: Prelude. HEX triplet: C3, B0 and CA. RGB value is (195,176,202). Sum of RGB (Red+Green+Blue) = 195+176+202=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #C3B0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0CA is #3C4F35. Grayscale: #B8B8B8. Windows color (decimal): -3952438 or 13283523. OLE color: 13283523.

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

Color convert

RGB 195 176 202 -
CMYK 0.03 0.13 0 0.21
HSL 283.85º 0.2% 0.74% -
HSV(B) 283.85º 0.13% 0.79% -
XYZ 48.69 46.92 62.37 -
YUV 184.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 195 176 202 0.03 0.13 0 0.21 283.85 0.2 0.74
Hex C3 B0 CA 3 D 0 15 11C 14 4A
Octal 303 260 312 3 15 0 25 434 24 112
Binary 11000011 10110000 11001010 11 1101 0 10101 100011100 10100 1001010

Color Harmonies of #C3B0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B0CA

Black with #C3B0CA

Text Example


Text Example

White with #C3B0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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