Html Css Color HEX #C0B88D Coriander

📋 copy color: '#C0B88D'

red 192 ◦ green 184 ◦ blue 141

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

Shades of Coriander #C0B88D

Tints of Coriander #C0B88D

RGB

 RED value IS 192 (75.39% from 255) = 37.14%

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

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

R = 37.14%
G = 35.59%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0B88D (or 0xC0B88D) is known color: Coriander. HEX triplet: C0, B8 and 8D. RGB value is (192,184,141). Sum of RGB (Red+Green+Blue) = 192+184+141=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B88D is #3F4772. Grayscale: #B5B5B5. Windows color (decimal): -4147059 or 9287872. OLE color: 9287872.

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

Color convert

RGB 192 184 141 -
CMYK 0 0.04 0.27 0.25
HSL 50.59º 0.29% 0.65% -
HSV(B) 50.59º 0.27% 0.75% -
XYZ 43.69 47.41 32.05 -
YUV 181.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 192 184 141 0 0.04 0.27 0.25 50.59 0.29 0.65
Hex C0 B8 8D 0 4 1B 19 33 1D 41
Octal 300 270 215 0 4 33 31 63 35 101
Binary 11000000 10111000 10001101 0 100 11011 11001 110011 11101 1000001

Color Harmonies of #C0B88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B88D

Black with #C0B88D

Text Example


Text Example

White with #C0B88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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