Html Css Color HEX #C4B0CB Prelude

📋 copy color: '#C4B0CB'

red 196 ◦ green 176 ◦ blue 203

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

Shades of Prelude #C4B0CB

Tints of Prelude #C4B0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.61%

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

R = 34.09%
G = 30.61%
B = 35.3%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C4B0CB (or 0xC4B0CB) is known color: Prelude. HEX triplet: C4, B0 and CB. RGB value is (196,176,203). Sum of RGB (Red+Green+Blue) = 196+176+203=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4B0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B0CB is #3B4F34. Grayscale: #B8B8B8. Windows color (decimal): -3886901 or 13349060. OLE color: 13349060.

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

Color convert

RGB 196 176 203 -
CMYK 0.03 0.13 0 0.20
HSL 284.44º 0.21% 0.74% -
HSV(B) 284.44º 0.13% 0.8% -
XYZ 49.07 47.1 63 -
YUV 185.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 196 176 203 0.03 0.13 0 0.20 284.44 0.21 0.74
Hex C4 B0 CB 3 D 0 14 11C 15 4A
Octal 304 260 313 3 15 0 24 434 25 112
Binary 11000100 10110000 11001011 11 1101 0 10100 100011100 10101 1001010

Color Harmonies of #C4B0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B0CB

Black with #C4B0CB

Text Example


Text Example

White with #C4B0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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