Html Css Color HEX #C2BD89 Coriander

📋 copy color: '#C2BD89'

red 194 ◦ green 189 ◦ blue 137

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

Shades of Coriander #C2BD89

Tints of Coriander #C2BD89

RGB

 RED value IS 194 (76.17% from 255) = 37.31%

 GREEN value IS 189 (74.22% from 255) = 36.35%

 BLUE value IS 137 (53.91% from 255) = 26.35%

R = 37.31%
G = 36.35%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2BD89 (or 0xC2BD89) is known color: Coriander. HEX triplet: C2, BD and 89. RGB value is (194,189,137). Sum of RGB (Red+Green+Blue) = 194+189+137=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BD89 is #3D4276. Grayscale: #B8B8B8. Windows color (decimal): -4014711 or 9027010. OLE color: 9027010.

HSL color Cylindrical-coordinate representation of color #C2BD89: hue angle of 54.74º degrees, saturation: 0.32, 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 #C2BD89 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 189 137 -
CMYK 0 0.03 0.29 0.24
HSL 54.74º 0.32% 0.65% -
HSV(B) 54.74º 0.29% 0.76% -
XYZ 44.96 49.67 30.88 -
YUV 184.57 101.16 134.73 -
System Red Green Blue C M Y K H S L
Decimal 194 189 137 0 0.03 0.29 0.24 54.74 0.32 0.65
Hex C2 BD 89 0 3 1D 18 37 20 41
Octal 302 275 211 0 3 35 30 67 40 101
Binary 11000010 10111101 10001001 0 11 11101 11000 110111 100000 1000001

Color Harmonies of #C2BD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD89

Black with #C2BD89

Text Example


Text Example

White with #C2BD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD89; }

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

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

background-color css

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

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

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

border-color css

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

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

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