Html Css Color HEX #C4B4CE Prelude

📋 copy color: '#C4B4CE'

red 196 ◦ green 180 ◦ blue 206

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

Shades of Prelude #C4B4CE

Tints of Prelude #C4B4CE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.93%

 BLUE value IS 206 (80.86% from 255) = 35.4%

R = 33.68%
G = 30.93%
B = 35.4%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C4B4CE (or 0xC4B4CE) is known color: Prelude. HEX triplet: C4, B4 and CE. RGB value is (196,180,206). Sum of RGB (Red+Green+Blue) = 196+180+206=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 180 (70.70% from 255 or 30.93% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #C4B4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B4CE is #3B4B31. Grayscale: #BBBBBB. Windows color (decimal): -3885874 or 13546692. OLE color: 13546692.

HSL color Cylindrical-coordinate representation of color #C4B4CE: hue angle of 276.92º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4B4CE is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 180 206 -
CMYK 0.05 0.13 0 0.19
HSL 276.92º 0.21% 0.76% -
HSV(B) 276.92º 0.13% 0.81% -
XYZ 50.23 48.83 65.17 -
YUV 187.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 196 180 206 0.05 0.13 0 0.19 276.92 0.21 0.76
Hex C4 B4 CE 5 D 0 13 115 15 4C
Octal 304 264 316 5 15 0 23 425 25 114
Binary 11000100 10110100 11001110 101 1101 0 10011 100010101 10101 1001100

Color Harmonies of #C4B4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B4CE

Black with #C4B4CE

Text Example


Text Example

White with #C4B4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B4CE; }

 p { color: rgb(196,180,206); }

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

background-color css

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

 a { background-color: rgb(196,180,206); }

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

border-color css

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

 span { border-color: rgb(196,180,206); }

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