Html Css Color HEX #C3B5CA Prelude

📋 copy color: '#C3B5CA'

red 195 ◦ green 181 ◦ blue 202

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

Shades of Prelude #C3B5CA

Tints of Prelude #C3B5CA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.31%

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

R = 33.74%
G = 31.31%
B = 34.95%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C3B5CA (or 0xC3B5CA) is known color: Prelude. HEX triplet: C3, B5 and CA. RGB value is (195,181,202). Sum of RGB (Red+Green+Blue) = 195+181+202=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 202 - color contains mainly: blue. Hex color #C3B5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B5CA is #3C4A35. Grayscale: #BBBBBB. Windows color (decimal): -3951158 or 13284803. OLE color: 13284803.

HSL color Cylindrical-coordinate representation of color #C3B5CA: hue angle of 280º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3B5CA is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 181 202 -
CMYK 0.03 0.10 0 0.21
HSL 280º 0.17% 0.75% -
HSV(B) 280º 0.1% 0.79% -
XYZ 49.69 48.91 62.7 -
YUV 187.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 195 181 202 0.03 0.10 0 0.21 280 0.17 0.75
Hex C3 B5 CA 3 A 0 15 118 11 4B
Octal 303 265 312 3 12 0 25 430 21 113
Binary 11000011 10110101 11001010 11 1010 0 10101 100011000 10001 1001011

Color Harmonies of #C3B5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B5CA

Black with #C3B5CA

Text Example


Text Example

White with #C3B5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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