Html Css Color HEX #C0BA85 Coriander

📋 copy color: '#C0BA85'

red 192 ◦ green 186 ◦ blue 133

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

Shades of Coriander #C0BA85

Tints of Coriander #C0BA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.03%

R = 37.57%
G = 36.4%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C0BA85 (or 0xC0BA85) is known color: Coriander. HEX triplet: C0, BA and 85. RGB value is (192,186,133). Sum of RGB (Red+Green+Blue) = 192+186+133=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA85 is #3F457A. Grayscale: #B5B5B5. Windows color (decimal): -4146555 or 8764096. OLE color: 8764096.

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

Color convert

RGB 192 186 133 -
CMYK 0 0.03 0.31 0.25
HSL 53.9º 0.32% 0.64% -
HSV(B) 53.9º 0.31% 0.75% -
XYZ 43.53 48.02 29.16 -
YUV 181.75 100.49 135.31 -
System Red Green Blue C M Y K H S L
Decimal 192 186 133 0 0.03 0.31 0.25 53.9 0.32 0.64
Hex C0 BA 85 0 3 1F 19 36 20 40
Octal 300 272 205 0 3 37 31 66 40 100
Binary 11000000 10111010 10000101 0 11 11111 11001 110110 100000 1000000

Color Harmonies of #C0BA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA85

Black with #C0BA85

Text Example


Text Example

White with #C0BA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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