Html Css Color HEX #C4B7CA Prelude

📋 copy color: '#C4B7CA'

red 196 ◦ green 183 ◦ blue 202

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

Shades of Prelude #C4B7CA

Tints of Prelude #C4B7CA

RGB

 RED value IS 196 (76.95% from 255) = 33.73%

 GREEN value IS 183 (71.88% from 255) = 31.5%

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

R = 33.73%
G = 31.5%
B = 34.77%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C4B7CA (or 0xC4B7CA) is known color: Prelude. HEX triplet: C4, B7 and CA. RGB value is (196,183,202). Sum of RGB (Red+Green+Blue) = 196+183+202=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4B7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B7CA is #3B4835. Grayscale: #BCBCBC. Windows color (decimal): -3885110 or 13285316. OLE color: 13285316.

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

Color convert

RGB 196 183 202 -
CMYK 0.03 0.09 0 0.21
HSL 281.05º 0.15% 0.75% -
HSV(B) 281.05º 0.09% 0.79% -
XYZ 50.36 49.87 62.85 -
YUV 189.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 196 183 202 0.03 0.09 0 0.21 281.05 0.15 0.75
Hex C4 B7 CA 3 9 0 15 119 F 4B
Octal 304 267 312 3 11 0 25 431 17 113
Binary 11000100 10110111 11001010 11 1001 0 10101 100011001 1111 1001011

Color Harmonies of #C4B7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B7CA

Black with #C4B7CA

Text Example


Text Example

White with #C4B7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B7CA; }

 p { color: rgb(196,183,202); }

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

background-color css

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

 a { background-color: rgb(196,183,202); }

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

border-color css

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

 span { border-color: rgb(196,183,202); }

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