Html Css Color HEX #C4B1CF Prelude

📋 copy color: '#C4B1CF'

red 196 ◦ green 177 ◦ blue 207

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

Shades of Prelude #C4B1CF

Tints of Prelude #C4B1CF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.52%

 BLUE value IS 207 (81.25% from 255) = 35.69%

R = 33.79%
G = 30.52%
B = 35.69%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C4B1CF (or 0xC4B1CF) is known color: Prelude. HEX triplet: C4, B1 and CF. RGB value is (196,177,207). Sum of RGB (Red+Green+Blue) = 196+177+207=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #C4B1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B1CF is #3B4E30. Grayscale: #BABABA. Windows color (decimal): -3886641 or 13611460. OLE color: 13611460.

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

Color convert

RGB 196 177 207 -
CMYK 0.05 0.14 0 0.19
HSL 278º 0.24% 0.75% -
HSV(B) 278º 0.14% 0.81% -
XYZ 49.75 47.69 65.61 -
YUV 186.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 196 177 207 0.05 0.14 0 0.19 278 0.24 0.75
Hex C4 B1 CF 5 E 0 13 116 18 4B
Octal 304 261 317 5 16 0 23 426 30 113
Binary 11000100 10110001 11001111 101 1110 0 10011 100010110 11000 1001011

Color Harmonies of #C4B1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B1CF

Black with #C4B1CF

Text Example


Text Example

White with #C4B1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B1CF; }

 p { color: rgb(196,177,207); }

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

background-color css

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

 a { background-color: rgb(196,177,207); }

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

border-color css

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

 span { border-color: rgb(196,177,207); }

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