Html Css Color HEX #C0BD88 Coriander

📋 copy color: '#C0BD88'

red 192 ◦ green 189 ◦ blue 136

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

Shades of Coriander #C0BD88

Tints of Coriander #C0BD88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.31%

R = 37.14%
G = 36.56%
B = 26.31%

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

#C0BD88 (or 0xC0BD88) is known color: Coriander. HEX triplet: C0, BD and 88. RGB value is (192,189,136). Sum of RGB (Red+Green+Blue) = 192+189+136=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD88 is #3F4277. Grayscale: #B8B8B8. Windows color (decimal): -4145784 or 8961472. OLE color: 8961472.

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

Color convert

RGB 192 189 136 -
CMYK 0 0.02 0.29 0.25
HSL 56.79º 0.31% 0.64% -
HSV(B) 56.79º 0.29% 0.75% -
XYZ 44.38 49.38 30.48 -
YUV 183.86 100.99 133.81 -
System Red Green Blue C M Y K H S L
Decimal 192 189 136 0 0.02 0.29 0.25 56.79 0.31 0.64
Hex C0 BD 88 0 2 1D 19 39 1F 40
Octal 300 275 210 0 2 35 31 71 37 100
Binary 11000000 10111101 10001000 0 10 11101 11001 111001 11111 1000000

Color Harmonies of #C0BD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD88

Black with #C0BD88

Text Example


Text Example

White with #C0BD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD88; }

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

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

background-color css

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

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

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

border-color css

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

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

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