#C2BD9E

Color #C2BD9E Ash (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ash #C2BD9E

Tints of Ash #C2BD9E

Color information

#C2BD9E (or 0xC2BD9E) is unknown color: approx Ash. HEX triplet: C2, BD and 9E. RGB value is (194,189,158). Sum of RGB (Red+Green+Blue) = 194+189+158=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BD9E is #3D4261. Grayscale: #BBBBBB. Windows color (decimal): -4014690 or 10403266. OLE color: 10403266.

HSL color Cylindrical-coordinate representation of color #C2BD9E: hue angle of 51.67º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2BD9E is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB194189158-
CMYK00.030.190.24
HSL51.67º22.78%69.02%-
HSV(B)51.67º18.56%76.08%-
XYZ46.6250.3339.61-
YUV186.96111.66133.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.86%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 158 (62.11% from 255) = 29.21%
R=35.86%
G=34.94%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418915800.030.190.2451.6722.7869.02
HexC2BD9E031318341745
Octal3022752360323306427105
Binary1100001010111101100111100111001111000110100101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD9E; }

 p { color: rgb(194,189,158); }

 H1.HeaderClassName
 {
   color: #C2BD9E;
 }
 .AnyTagClassName
 {
   color: #C2BD9E;
 }
</style>
background-color css

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

 a { background-color: rgb(194,189,158); }

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

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

 span { border-color: rgb(194,189,158); }

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