Html Css Color HEX #C0BD89 Coriander

📋 copy color: '#C0BD89'

red 192 ◦ green 189 ◦ blue 137

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

Shades of Coriander #C0BD89

Tints of Coriander #C0BD89

RGB

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

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

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

R = 37.07%
G = 36.49%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C0BD89 (or 0xC0BD89) is known color: Coriander. HEX triplet: C0, BD and 89. RGB value is (192,189,137). Sum of RGB (Red+Green+Blue) = 192+189+137=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD89 is #3F4276. Grayscale: #B8B8B8. Windows color (decimal): -4145783 or 9027008. OLE color: 9027008.

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

Color convert

RGB 192 189 137 -
CMYK 0 0.02 0.29 0.25
HSL 56.73º 0.3% 0.65% -
HSV(B) 56.73º 0.29% 0.75% -
XYZ 44.45 49.41 30.86 -
YUV 183.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 192 189 137 0 0.02 0.29 0.25 56.73 0.3 0.65
Hex C0 BD 89 0 2 1D 19 39 1E 41
Octal 300 275 211 0 2 35 31 71 36 101
Binary 11000000 10111101 10001001 0 10 11101 11001 111001 11110 1000001

Color Harmonies of #C0BD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD89

Black with #C0BD89

Text Example


Text Example

White with #C0BD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD89; }

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

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

background-color css

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

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

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

border-color css

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

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

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