#C2BB8B

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

Shades of Coriander #C2BB8B

Tints of Coriander #C2BB8B

Color information

#C2BB8B (or 0xC2BB8B) is unknown color: approx Coriander. HEX triplet: C2, BB and 8B. RGB value is (194,187,139). Sum of RGB (Red+Green+Blue) = 194+187+139=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB8B is #3D4474. Grayscale: #B7B7B7. Windows color (decimal): -4015221 or 9157570. OLE color: 9157570.

HSL color Cylindrical-coordinate representation of color #C2BB8B: hue angle of 52.36º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2BB8B is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB194187139-
CMYK00.040.280.24
HSL52.36º31.07%65.29%-
HSV(B)52.36º28.35%76.08%-
XYZ44.6848.8731.5-
YUV183.62102.82135.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.31%
GREEN value IS 187 (73.44% from 255) = 35.96%
BLUE value IS 139 (54.69% from 255) = 26.73%
R=37.31%
G=35.96%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418713900.040.280.2452.3631.0765.29
HexC2BB8B041C18341f41
Octal3022732130434306437101
Binary11000010101110111000101101001110011000110100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BB8B; }

 p { color: rgb(194,187,139); }

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

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

 a { background-color: rgb(194,187,139); }

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

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

 span { border-color: rgb(194,187,139); }

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