Html Css Color HEX #C9BBB6 Wafer

📋 copy color: '#C9BBB6'

red 201 ◦ green 187 ◦ blue 182

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

Shades of Wafer #C9BBB6

Tints of Wafer #C9BBB6

RGB

 RED value IS 201 (78.91% from 255) = 35.26%

 GREEN value IS 187 (73.44% from 255) = 32.81%

 BLUE value IS 182 (71.48% from 255) = 31.93%

R = 35.26%
G = 32.81%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C9BBB6 (or 0xC9BBB6) is known color: Wafer. HEX triplet: C9, BB and B6. RGB value is (201,187,182). Sum of RGB (Red+Green+Blue) = 201+187+182=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBB6 is #364449. Grayscale: #BEBEBE. Windows color (decimal): -3556426 or 11975625. OLE color: 11975625.

HSL color Cylindrical-coordinate representation of color #C9BBB6: hue angle of 15.79º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9BBB6 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 187 182 -
CMYK 0 0.07 0.09 0.21
HSL 15.79º 0.15% 0.75% -
HSV(B) 15.79º 0.09% 0.79% -
XYZ 50.3 51.34 51.51 -
YUV 190.62 123.14 135.41 -
System Red Green Blue C M Y K H S L
Decimal 201 187 182 0 0.07 0.09 0.21 15.79 0.15 0.75
Hex C9 BB B6 0 7 9 15 10 F 4B
Octal 311 273 266 0 7 11 25 20 17 113
Binary 11001001 10111011 10110110 0 111 1001 10101 10000 1111 1001011

Color Harmonies of #C9BBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBB6

Black with #C9BBB6

Text Example


Text Example

White with #C9BBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBB6; }

 p { color: rgb(201,187,182); }

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

background-color css

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

 a { background-color: rgb(201,187,182); }

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

border-color css

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

 span { border-color: rgb(201,187,182); }

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