Html Css Color HEX #C2B88D Coriander

📋 copy color: '#C2B88D'

red 194 ◦ green 184 ◦ blue 141

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

Shades of Coriander #C2B88D

Tints of Coriander #C2B88D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.45%

 BLUE value IS 141 (55.47% from 255) = 27.17%

R = 37.38%
G = 35.45%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2B88D (or 0xC2B88D) is known color: Coriander. HEX triplet: C2, B8 and 8D. RGB value is (194,184,141). Sum of RGB (Red+Green+Blue) = 194+184+141=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B88D is #3D4772. Grayscale: #B6B6B6. Windows color (decimal): -4015987 or 9287874. OLE color: 9287874.

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

Color convert

RGB 194 184 141 -
CMYK 0 0.05 0.27 0.24
HSL 48.68º 0.3% 0.66% -
HSV(B) 48.68º 0.27% 0.76% -
XYZ 44.2 47.67 32.07 -
YUV 182.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 194 184 141 0 0.05 0.27 0.24 48.68 0.3 0.66
Hex C2 B8 8D 0 5 1B 18 31 1E 42
Octal 302 270 215 0 5 33 30 61 36 102
Binary 11000010 10111000 10001101 0 101 11011 11000 110001 11110 1000010

Color Harmonies of #C2B88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B88D

Black with #C2B88D

Text Example


Text Example

White with #C2B88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B88D; }

 p { color: rgb(194,184,141); }

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

background-color css

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

 a { background-color: rgb(194,184,141); }

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

border-color css

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

 span { border-color: rgb(194,184,141); }

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