Html Css Color HEX #C2B98A Coriander

📋 copy color: '#C2B98A'

red 194 ◦ green 185 ◦ blue 138

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

Shades of Coriander #C2B98A

Tints of Coriander #C2B98A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.78%

 BLUE value IS 138 (54.3% from 255) = 26.69%

R = 37.52%
G = 35.78%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2B98A (or 0xC2B98A) is known color: Coriander. HEX triplet: C2, B9 and 8A. RGB value is (194,185,138). Sum of RGB (Red+Green+Blue) = 194+185+138=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B98A is #3D4675. Grayscale: #B6B6B6. Windows color (decimal): -4015734 or 9091522. OLE color: 9091522.

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

Color convert

RGB 194 185 138 -
CMYK 0 0.05 0.29 0.24
HSL 50.36º 0.31% 0.65% -
HSV(B) 50.36º 0.29% 0.76% -
XYZ 44.18 48 30.98 -
YUV 182.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 194 185 138 0 0.05 0.29 0.24 50.36 0.31 0.65
Hex C2 B9 8A 0 5 1D 18 32 1F 41
Octal 302 271 212 0 5 35 30 62 37 101
Binary 11000010 10111001 10001010 0 101 11101 11000 110010 11111 1000001

Color Harmonies of #C2B98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B98A

Black with #C2B98A

Text Example


Text Example

White with #C2B98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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