Html Css Color HEX #C0BA97 Coriander

📋 copy color: '#C0BA97'

red 192 ◦ green 186 ◦ blue 151

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

Shades of Coriander #C0BA97

Tints of Coriander #C0BA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.54%

R = 36.29%
G = 35.16%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C0BA97 (or 0xC0BA97) is known color: Coriander. HEX triplet: C0, BA and 97. RGB value is (192,186,151). Sum of RGB (Red+Green+Blue) = 192+186+151=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA97 is #3F4568. Grayscale: #B7B7B7. Windows color (decimal): -4146537 or 9943744. OLE color: 9943744.

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

Color convert

RGB 192 186 151 -
CMYK 0 0.03 0.21 0.25
HSL 51.22º 0.25% 0.67% -
HSV(B) 51.22º 0.21% 0.75% -
XYZ 44.88 48.56 36.29 -
YUV 183.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 192 186 151 0 0.03 0.21 0.25 51.22 0.25 0.67
Hex C0 BA 97 0 3 15 19 33 19 43
Octal 300 272 227 0 3 25 31 63 31 103
Binary 11000000 10111010 10010111 0 11 10101 11001 110011 11001 1000011

Color Harmonies of #C0BA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA97

Black with #C0BA97

Text Example


Text Example

White with #C0BA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA97; }

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

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

background-color css

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

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

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

border-color css

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

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

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