Html Css Color HEX #C2B993 Coriander

📋 copy color: '#C2B993'

red 194 ◦ green 185 ◦ blue 147

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

Shades of Coriander #C2B993

Tints of Coriander #C2B993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.95%

R = 36.88%
G = 35.17%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C2B993 (or 0xC2B993) is known color: Coriander. HEX triplet: C2, B9 and 93. RGB value is (194,185,147). Sum of RGB (Red+Green+Blue) = 194+185+147=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B993 is #3D466C. Grayscale: #B7B7B7. Windows color (decimal): -4015725 or 9681346. OLE color: 9681346.

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

Color convert

RGB 194 185 147 -
CMYK 0 0.05 0.24 0.24
HSL 48.51º 0.28% 0.67% -
HSV(B) 48.51º 0.24% 0.76% -
XYZ 44.86 48.27 34.56 -
YUV 183.36 107.48 135.59 -
System Red Green Blue C M Y K H S L
Decimal 194 185 147 0 0.05 0.24 0.24 48.51 0.28 0.67
Hex C2 B9 93 0 5 18 18 31 1C 43
Octal 302 271 223 0 5 30 30 61 34 103
Binary 11000010 10111001 10010011 0 101 11000 11000 110001 11100 1000011

Color Harmonies of #C2B993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B993

Black with #C2B993

Text Example


Text Example

White with #C2B993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B993; }

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

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

background-color css

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

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

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

border-color css

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

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

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