Html Css Color HEX #C4B6CB Prelude

📋 copy color: '#C4B6CB'

red 196 ◦ green 182 ◦ blue 203

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

Shades of Prelude #C4B6CB

Tints of Prelude #C4B6CB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.33%

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

R = 33.73%
G = 31.33%
B = 34.94%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C4B6CB (or 0xC4B6CB) is known color: Prelude. HEX triplet: C4, B6 and CB. RGB value is (196,182,203). Sum of RGB (Red+Green+Blue) = 196+182+203=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 182 (71.48% from 255 or 31.33% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4B6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B6CB is #3B4934. Grayscale: #BCBCBC. Windows color (decimal): -3885365 or 13350596. OLE color: 13350596.

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

Color convert

RGB 196 182 203 -
CMYK 0.03 0.10 0 0.20
HSL 280º 0.17% 0.75% -
HSV(B) 280º 0.1% 0.8% -
XYZ 50.27 49.5 63.41 -
YUV 188.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 196 182 203 0.03 0.10 0 0.20 280 0.17 0.75
Hex C4 B6 CB 3 A 0 14 118 11 4B
Octal 304 266 313 3 12 0 24 430 21 113
Binary 11000100 10110110 11001011 11 1010 0 10100 100011000 10001 1001011

Color Harmonies of #C4B6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B6CB

Black with #C4B6CB

Text Example


Text Example

White with #C4B6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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