#C2BB8A

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

Shades of Coriander #C2BB8A

Tints of Coriander #C2BB8A

Color information

#C2BB8A (or 0xC2BB8A) is unknown color: approx Coriander. HEX triplet: C2, BB and 8A. RGB value is (194,187,138). Sum of RGB (Red+Green+Blue) = 194+187+138=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB8A is #3D4475. Grayscale: #B7B7B7. Windows color (decimal): -4015222 or 9092034. OLE color: 9092034.

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

Color convert

RGB194187138-
CMYK00.040.290.24
HSL52.5º31.46%65.1%-
HSV(B)52.5º28.87%76.08%-
XYZ44.6148.8431.12-
YUV183.51102.32135.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 187 (73.44% from 255) = 36.03%
BLUE value IS 138 (54.30% from 255) = 26.59%
R=37.38%
G=36.03%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418713800.040.290.2452.531.4665.1
HexC2BB8A041D18341f41
Octal3022732120435306437101
Binary11000010101110111000101001001110111000110100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BB8A; }

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

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

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

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

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

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

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

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