Html Css Color HEX #C4AACB Prelude

📋 copy color: '#C4AACB'

red 196 ◦ green 170 ◦ blue 203

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

Shades of Prelude #C4AACB

Tints of Prelude #C4AACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.88%

 BLUE value IS 203 (79.69% from 255) = 35.68%

R = 34.45%
G = 29.88%
B = 35.68%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C4AACB (or 0xC4AACB) is known color: Prelude. HEX triplet: C4, AA and CB. RGB value is (196,170,203). Sum of RGB (Red+Green+Blue) = 196+170+203=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AACB is #3B5534. Grayscale: #B5B5B5. Windows color (decimal): -3888437 or 13347524. OLE color: 13347524.

HSL color Cylindrical-coordinate representation of color #C4AACB: hue angle of 287.27º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4AACB is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 170 203 -
CMYK 0.03 0.16 0 0.20
HSL 287.27º 0.24% 0.73% -
HSV(B) 287.27º 0.16% 0.8% -
XYZ 47.92 44.8 62.62 -
YUV 181.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 196 170 203 0.03 0.16 0 0.20 287.27 0.24 0.73
Hex C4 AA CB 3 10 0 14 11F 18 49
Octal 304 252 313 3 20 0 24 437 30 111
Binary 11000100 10101010 11001011 11 10000 0 10100 100011111 11000 1001001

Color Harmonies of #C4AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AACB

Black with #C4AACB

Text Example


Text Example

White with #C4AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AACB; }

 p { color: rgb(196,170,203); }

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

background-color css

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

 a { background-color: rgb(196,170,203); }

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

border-color css

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

 span { border-color: rgb(196,170,203); }

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