Html Css Color HEX #C7B9CB Prelude

📋 copy color: '#C7B9CB'

red 199 ◦ green 185 ◦ blue 203

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

Shades of Prelude #C7B9CB

Tints of Prelude #C7B9CB

RGB

 RED value IS 199 (78.13% from 255) = 33.9%

 GREEN value IS 185 (72.66% from 255) = 31.52%

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

R = 33.9%
G = 31.52%
B = 34.58%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C7B9CB (or 0xC7B9CB) is known color: Prelude. HEX triplet: C7, B9 and CB. RGB value is (199,185,203). Sum of RGB (Red+Green+Blue) = 199+185+203=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 203 - color contains mainly: blue. Hex color #C7B9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B9CB is #384634. Grayscale: #BFBFBF. Windows color (decimal): -3687989 or 13351367. OLE color: 13351367.

HSL color Cylindrical-coordinate representation of color #C7B9CB: hue angle of 286.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7B9CB is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 185 203 -
CMYK 0.02 0.09 0 0.20
HSL 286.67º 0.15% 0.76% -
HSV(B) 286.67º 0.09% 0.8% -
XYZ 51.68 51.15 63.65 -
YUV 191.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 199 185 203 0.02 0.09 0 0.20 286.67 0.15 0.76
Hex C7 B9 CB 2 9 0 14 11F F 4C
Octal 307 271 313 2 11 0 24 437 17 114
Binary 11000111 10111001 11001011 10 1001 0 10100 100011111 1111 1001100

Color Harmonies of #C7B9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B9CB

Black with #C7B9CB

Text Example


Text Example

White with #C7B9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B9CB; }

 p { color: rgb(199,185,203); }

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

background-color css

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

 a { background-color: rgb(199,185,203); }

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

border-color css

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

 span { border-color: rgb(199,185,203); }

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