Html Css Color HEX #C0BA88 Coriander

📋 copy color: '#C0BA88'

red 192 ◦ green 186 ◦ blue 136

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

Shades of Coriander #C0BA88

Tints of Coriander #C0BA88

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.19%

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

R = 37.35%
G = 36.19%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C0BA88 (or 0xC0BA88) is known color: Coriander. HEX triplet: C0, BA and 88. RGB value is (192,186,136). Sum of RGB (Red+Green+Blue) = 192+186+136=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA88 is #3F4577. Grayscale: #B6B6B6. Windows color (decimal): -4146552 or 8960704. OLE color: 8960704.

HSL color Cylindrical-coordinate representation of color #C0BA88: hue angle of 53.57º 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 #C0BA88 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 186 136 -
CMYK 0 0.03 0.29 0.25
HSL 53.57º 0.31% 0.64% -
HSV(B) 53.57º 0.29% 0.75% -
XYZ 43.74 48.1 30.27 -
YUV 182.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 192 186 136 0 0.03 0.29 0.25 53.57 0.31 0.64
Hex C0 BA 88 0 3 1D 19 36 1F 40
Octal 300 272 210 0 3 35 31 66 37 100
Binary 11000000 10111010 10001000 0 11 11101 11001 110110 11111 1000000

Color Harmonies of #C0BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA88

Black with #C0BA88

Text Example


Text Example

White with #C0BA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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